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 | ????X?? | 00111111001111110011111100111111010110000011111100111111 | 3f3f3f3f583f3f |
SJIS-WIN | ????X?? | 00111111001111110011111100111111010110000011111100111111 | 3f3f3f3f583f3f |
EUC-JP | ????X?? | 00111111001111110011111100111111010110000011111100111111 | 3f3f3f3f583f3f |
UTF-8 | 뭀뭁뫚뫆X뭀뭁 | 11101011101011011000000011101011101011011000000111101011101010111001101011101011101010111000011001011000111010111010110110000000111010111010110110000001 | ebad80ebad81ebab9aebab8658ebad80ebad81 |
UHC | 뭀뭁뫚뫆X뭀뭁 | 10010010010011111001001001010000100100011011101010010001101010010101100010010010010011111001001001010000 | 924f925091ba91a958924f9250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)