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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 膺????龍 | 1110010001011110001111110011111100111111001111111001011110110100 | e45e3f3f3f3f97b4 |
EUC-JP | 膺???湞龍 | 11100111101111110011111100111111001111111000111111000111111111101100111010110110 | e7bf3f3f3f8fc7feceb6 |
UTF-8 | 膺면렦렡湞龍 | 111010001000011010111010111010111010100110110100111010111010000010100110111010111010000010100001111001101011100110011110111010011011111010001101 | e886baeba9b4eba0a6eba0a1e6b99ee9be8d |
UHC | 膺면렦렡湞龍 | 111010111110110010111000111010011000111010110101100011101011001011101111111001101101011110100011 | ebecb8e98eb58eb2efe6d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)