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 | ????BU | 001111110011111100111111001111110100001001010101 | 3f3f3f3f4255 |
SJIS-WIN | ????BU | 001111110011111100111111001111110100001001010101 | 3f3f3f3f4255 |
EUC-JP | ????BU | 001111110011111100111111001111110100001001010101 | 3f3f3f3f4255 |
UTF-8 | 쒔렠쒔렢BU | 1110110010010010100101001110101110100000101000001110110010010010100101001110101110100000101000100100001001010101 | ec9294eba0a0ec9294eba0a24255 |
UHC | 쒔렠쒔렢BU | 10111110101011011000111010110001101111101010110110001110101100110100001001010101 | bead8eb1bead8eb34255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)