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 | ??松??円 | 0011111100111111100011111011110000111111001111111000100101111110 | 3f3f8fbc3f3f897e |
EUC-JP | ??松??円 | 0011111100111111101111101011111000111111001111111011000111011111 | 3f3fbebe3f3fb1df |
UTF-8 | 챘짭松믦퉽円 | 111011001011000110011000111011001010011110101101111001101001110110111110111010111010111110100110111011011000100110111101111001011000011010000110 | ecb198eca7ade69dbeebafa6ed89bde58686 |
UHC | 챘짭松믦퉽円 | 110000111010101111000010101011001110000111100110100100101110100010111001100101011110010111110111 | c3abc2ace1e692e8b995e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)