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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???? | 111000011001111100111111001111110011111100111111 | e19f3f3f3f3f |
EUC-JP | 癲???艅 | 1110001010100001001111110011111100111111100011111101011011111101 | e2a13f3f3f8fd6fd |
UTF-8 | 癲부멸뎄艅 | 111001111001100110110010111010111011011010000000111010111010100110111000111010111000111010000100111010001000100110000101 | e799b2ebb680eba9b8eb8e84e88985 |
UHC | 癲부멸뎄艅 | 11101111101001101011101011001110101110001110101010110101101011001110011010101001 | efa6baceb8eab5ace6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)