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 | ?????\?? | 0011111100111111001111110011111100111111010111000011111100111111 | 3f3f3f3f3f5c3f3f |
SJIS-WIN | ?????\?? | 0011111100111111001111110011111100111111010111000011111100111111 | 3f3f3f3f3f5c3f3f |
EUC-JP | ?????\?? | 0011111100111111001111110011111100111111010111000011111100111111 | 3f3f3f3f3f5c3f3f |
UTF-8 | 찾혣혖찾혣\창척 | 11101100101100001011111011101101100110001010001111101101100110001001011011101100101100001011111011101101100110001010001101011100111011001011000010111101111011001011001010011001 | ecb0beed98a3ed9896ecb0beed98a35cecb0bdecb299 |
UHC | 찾혣혖찾혣\창척 | 110000111010001111000010100011001100001010000001110000111010001111000010100011000101110011000011101000101100001110110100 | c3a3c28cc281c3a3c28c5cc3a2c3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)