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 | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
SJIS-WIN | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
EUC-JP | ?????P?? | 0011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f503f3f |
UTF-8 | 채천혣혚혗P창첩 | 11101100101100011000010011101100101100101001110011101101100110001010001111101101100110001001101011101101100110001001011101010000111011001011000010111101111011001011001010101001 | ecb184ecb29ced98a3ed989aed989750ecb0bdecb2a9 |
UHC | 채천혣혚혗P창첩 | 110000111010010011000011101101011100001010001100110000101000010111000010100000100101000011000011101000101100001110111000 | c3a4c3b5c28cc285c28250c3a2c3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)