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 | ????吾? | 00111111001111110011111100111111100011001110000100111111 | 3f3f3f3f8ce13f |
EUC-JP | ????吾? | 00111111001111110011111100111111101110001110001100111111 | 3f3f3f3fb8e33f |
UTF-8 | 렱렖셴씬吾롋 | 111010111010000010110001111010111010000010010110111011001000010110110100111011001001010010101100111001011001000010111110111010111010000110001011 | eba0b1eba096ec85b4ec94ace590beeba18b |
UHC | 렱렖셴씬吾롋 | 100011101011111010001110101010111011110011001111101111101100000011100111111011101000111011010001 | 8ebe8eabbccfbec0e7ee8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)