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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??釗f? | 100010001010000100111111001111111111101110111011100000101000011000111111 | 88a13f3ffbbb82863f |
EUC-JP | 娃??釗f? | 10110000101000110011111100111111100011111110001110100110101000111110011000111111 | b0a33f3f8fe3a6a3e63f |
UTF-8 | 娃숇낑釗f틦 | 111001011010100010000011111011001000100010000111111010111000001010010001111010011000011110010111111011111011110110000110111011011000101110100110 | e5a883ec8887eb8291e98797efbd86ed8ba6 |
UHC | 娃숇낑釗f틦 | 111010001101111110011001111010111011001110101001111000011111001010100011111001101011101010010000 | e8df99ebb3a9e1f2a3e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)