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 | ?蒡ヲ呼? | 0011111111100100111011101000001110010010100011001100010000111111 | 3fe4ee83928cc43f |
EUC-JP | ?蒡ヲ呼? | 0011111111101000111100001010010111110010101110001100011000111111 | 3fe8f0a5f2b8c63f |
UTF-8 | 뤾蒡ヲ呼첂 | 111010111010010010111110111010001001001010100001111000111000001110110010111001011001000110111100111011001011001010000010 | eba4bee892a1e383b2e591bcecb282 |
UHC | 뤾蒡ヲ呼첂 | 10001111111010101101101110111100101010111111001011111011101111001010101010001111 | 8feadbbcabf2fbbcaa8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)