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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?訥ぁ?仇 | 0011111111100110011000111000001010011111001111111000101101110111 | 3fe663829f3f8b77 |
EUC-JP | ?訥ぁ?仇 | 0011111111101011110001001010010010100001001111111011010111011000 | 3febc4a4a13fb5d8 |
UTF-8 | 룵訥ぁ룶仇 | 111010111010001110110101111010001010100010100101111000111000000110000001111010111010001110110110111001001011101110000111 | eba3b5e8a8a5e38181eba3b6e4bb87 |
UHC | 룵訥ぁ룶仇 | 10001111101010101101001011101101101010101010000110001111101010111100111011111011 | 8faad2edaaa18fabcefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)