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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 底?遽 | 1001001011101010001111111110011110101111 | 92ea3fe7af |
EUC-JP | 底?遽 | 1100010011101100001111111110111010110001 | c4ec3feeb1 |
UTF-8 | 底쾰遽 | 111001011011101010010101111011001011111010110000111010011000000110111101 | e5ba95ecbeb0e981bd |
UHC | 底쾰遽 | 111011101011110011000100111010111100101111101000 | eebcc4ebcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)