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 | 亨??形 | 100010111001110000111111001111111000110001100000 | 8b9c3f3f8c60 |
EUC-JP | 亨??形 | 101101011111110000111111001111111011011111000001 | b5fc3f3fb7c1 |
UTF-8 | 亨긷윿形 | 111001001011101010101000111010101011100010110111111011001001110010111111111001011011110110100010 | e4baa8eab8b7ec9cbfe5bda2 |
UHC | 亨긷윿形 | 1111101011111011101100011110010110011111101101111111101110100001 | fafbb1e59fb7fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)