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 | 隘뎼뢄庵룒뢑 | 111010011001101010011000111010111000111010111100111010111010001010000100111001011011101010110101111010111010001110010010111010111010001010010001 | e99a98eb8ebceba284e5bab5eba392eba291 |
UHC | 隘뎼뢄庵룒뢑 | 111001001111011010001001100011111000111011111110111001001101110110001111100011111000111101001100 | e4f6898f8efee4dd8f8f8f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)