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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺т?哀 | 11111011110001001000010010000100001111111000100010100011 | fbc484843f88a3 |
EUC-JP | 鈺т?哀 | 1000111111100011110101011010011111100100001111111011000010100101 | 8fe3d5a7e43fb0a5 |
UTF-8 | 鈺т튋哀 | 1110100110001000101110101101000110000010111011011000101010001011111001011001001110000000 | e988bad182ed8a8be59380 |
UHC | 鈺т튋哀 | 1110100010101101101011001110010010111001100111111110010011101110 | e8adace4b99fe4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)