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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 第??第??^ | 100100011110011000111111001111111001000111100110001111110011111101011110 | 91e63f3f91e63f3f5e |
EUC-JP | 第??第??^ | 110000101110100000111111001111111100001011101000001111110011111101011110 | c2e83f3fc2e83f3f5e |
UTF-8 | 第먕렯第먕렭^ | 11100111101011001010110011101011101010001001010111101011101000001010111111100111101011001010110011101011101010001001010111101011101000001010110101011110 | e7acaceba895eba0afe7acaceba895eba0ad5e |
UHC | 第먕렯第먕렭^ | 11110000101011111011100011010010100011101011110011110000101011111011100011010010100011101011101001011110 | f0afb8d28ebcf0afb8d28eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)