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 | 隘??庵?? | 1110100010100101001111110011111110001000110000010011111100111111 | e8a53f3f88c13f3f |
EUC-JP | 隘??庵?? | 1111000010100111001111110011111110110000110000110011111100111111 | f0a73f3fb0c33f3f |
UTF-8 | 隘뎼뢔庵뗮뢓 | 111010011001101010011000111010111000111010111100111010111010001010010100111001011011101010110101111010111001011110101110111010111010001010010011 | e99a98eb8ebceba294e5bab5eb97aeeba293 |
UHC | 隘뎼뢔庵뗮뢓 | 111001001111011010001001100011111000111101001111111001001101110110001011111011011000111101001110 | e4f6898f8f4fe4dd8bed8f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)