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 | 癲λ?松η? | 11100001100111111000001111001001001111111000111110111100100000111100010100111111 | e19f83c93f8fbc83c53f |
EUC-JP | 癲λ?松η? | 11100010101000011010011011001011001111111011111010111110101001101100011100111111 | e2a1a6cb3fbebea6c73f |
UTF-8 | 癲λ쉭松η굨 | 11100111100110011011001011001110101110111110110010001001101011011110011010011101101111101100111010110111111010101011010110101000 | e799b2cebbec89ade69dbeceb7eab5a8 |
UHC | 癲λ쉭松η굨 | 111011111010011010100101111010111011110110101101111000011110011010100101111001111000001010001110 | efa6a5ebbdade1e6a5e7828e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)