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 | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
SJIS-WIN | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
EUC-JP | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
UTF-8 | 렻렒x렻렒x^ | 111010111010000010111011111010111010000010010010011110001110101110100000101110111110101110100000100100100111100001011110 | eba0bbeba09278eba0bbeba092785e |
UHC | 렻렒x렻렒x^ | 1000111011000011100011101010011101111000100011101100001110001110101001110111100001011110 | 8ec38ea7788ec38ea7785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)