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 | ??I???? | 00111111001111110100100100111111001111110011111100111111 | 3f3f493f3f3f3f |
SJIS-WIN | ??I???? | 00111111001111110100100100111111001111110011111100111111 | 3f3f493f3f3f3f |
EUC-JP | ??I???? | 00111111001111110100100100111111001111110011111100111111 | 3f3f493f3f3f3f |
UTF-8 | 렻렮I렺렊렺렍 | 11101011101000001011101111101011101000001010111001001001111010111010000010111010111010111010000010001010111010111010000010111010111010111010000010001101 | eba0bbeba0ae49eba0baeba08aeba0baeba08d |
UHC | 렻렮I렺렊렺렍 | 10001110110000111000111010111011010010011000111011000010100011101010000110001110110000101000111010100011 | 8ec38ebb498ec28ea18ec28ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)