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 | 凹???燿 | 10001001100110100011111100111111001111111110000010100000 | 899a3f3f3fe0a0 |
EUC-JP | 凹???燿 | 10110001111110100011111100111111001111111110000010100010 | b1fa3f3f3fe0a2 |
UTF-8 | 凹둘됪뙣燿 | 111001011000011110111001111010111001000110011000111010111001000010101010111010111001100110100011111001111000011110111111 | e587b9eb9198eb90aaeb99a3e787bf |
UHC | 凹둘됪뙣燿 | 11101000111010101011010111010001100010011110011010001100101010001110100011111100 | e8eab5d189e68ca8e8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)