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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 迚狗泓邊ィB | 11100111100010011000101111100111100111111001011111100111101100101010100001000010 | e7898be79f97e7b2a842 |
EUC-JP | 迚狗泓邊ィB | 1110110111101001101101101110100111011101111101111110111010110100100011101010100001000010 | ede9b6e9ddf7eeb48ea842 |
UTF-8 | 迚狗泓邊ィB | 11101000101111111001101011100111100010111001011111100110101100111001001111101001100000101000101011101111101111011010100001000010 | e8bf9ae78b97e6b393e9828aefbda842 |
UHC | ?狗泓邊?B | 001111111100111110110111111110111111001011011100101010110011111101000010 | 3fcfb7fbf2dcab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)