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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 執霓フ靺。B | 1111000010110010100011101011011111101000101111011100110011101000110110101010000101000010 | f0b28eb7e8bdcce8daa142 |
EUC-JP | ?執霓フ靺。B | 001111111011110010111001111100001011111110001110110011001111000011011100100011101010000101000010 | 3fbcb9f0bf8eccf0dc8ea142 |
UTF-8 | 執霓フ靺。B | 11101110100000011011000111100101100111111011011111101001100111001001001111101111101111101000110011101001100111011011101011101111101111011010000101000010 | ee81b1e59fb7e99c93efbe8ce99dbaefbda142 |
UHC | ?執霓?靺?B | 00111111111100101111101111100111111001110011111111011000110010110011111101000010 | 3ff2fbe7e73fd8cb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)