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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瑁爨瑁爨B | 111000001110111011100000101001001110000011101110111000001010010001000010 | e0eee0a4e0eee0a442 |
EUC-JP | 瑁爨瑁爨B | 111000001111000011100000101001101110000011110000111000001010011001000010 | e0f0e0a6e0f0e0a642 |
UTF-8 | 瑁爨瑁爨B | 11100111100100011000000111100111100010001010100011100111100100011000000111100111100010001010100001000010 | e79181e788a8e79181e788a842 |
UHC | 瑁?瑁?B | 11011001110000010011111111011001110000010011111101000010 | d9c13fd9c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)