To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 練쇔츪隸롥떧 | 111011111010011010010110111011001000011110010100111011001011100010101010111011111010011010111000111010111010000110100101111010111001011010100111 | efa696ec8794ecb8aaefa6b8eba1a5eb96a7 |
UHC | 練쇔츪隸롥떧 | 111001101101111110111100111001011010111010011111111001111110011010001110111001011000101110111010 | e6dfbce5ae9fe7e68ee58bba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)