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 | ?普??使? | 0011111110010101100000010011111100111111100011100110011100111111 | 3f95813f3f8e673f |
EUC-JP | ?普??使? | 0011111111001001111000010011111100111111101110111100100000111111 | 3fc9e13f3fbbc83f |
UTF-8 | 렺普렯렺使렡 | 111010111010000010111010111001101001100110101110111010111010000010101111111010111010000010111010111001001011110110111111111010111010000010100001 | eba0bae699aeeba0afeba0bae4bdbfeba0a1 |
UHC | 렺普렯렺使렡 | 100011101100001011011100110001011000111010111100100011101100001011011110110001011000111010110010 | 8ec2dcc58ebc8ec2dec58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)