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 | 壅??源ζ? | 100110101101011100111111001111111000110010111001100000111100010000111111 | 9ad73f3f8cb983c43f |
EUC-JP | 壅??源ζ? | 110101001101100100111111001111111011100010111011101001101100011000111111 | d4d93f3fb8bba6c63f |
UTF-8 | 壅ㅷ킋源ζ윍 | 1110010110100011100001011110001110000101101101111110110110000010100010111110011010111010100100001100111010110110111011001001110010001101 | e5a385e385b7ed828be6ba90ceb6ec9c8d |
UHC | 壅ㅷ킋源ζ윍 | 111010001011010110100100111001111011010010010111111010101011100110100101111001101001111110010100 | e8b5a4e7b497eab9a5e69f94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)