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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 椰??押 | 100111101011110100111111001111111000100110011111 | 9ebd3f3f899f |
EUC-JP | 椰??押 | 110111001011111100111111001111111011001010100001 | dcbf3f3fb2a1 |
UTF-8 | 椰됱뀍押 | 111001101010010010110000111010111001000010110001111010111000000010001101111001101000101010111100 | e6a4b0eb90b1eb808de68abc |
UHC | 椰됱뀍押 | 1110010110101011100010011110110010000101100010001110010011100011 | e5ab89ec8588e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)