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 | 癲ル?日?? | 111000011001111110000011100010110011111110010011111110100011111100111111 | e19f838b3f93fa3f3f |
EUC-JP | 癲ル?日?? | 111000101010000110100101111010110011111111000110111111000011111100111111 | e2a1a5eb3fc6fc3f3f |
UTF-8 | 癲ル씣日뉑샍 | 111001111001100110110010111000111000001110101011111011001001010010100011111001101001011110100101111010111000100110010001111011001000001110001101 | e799b2e383abec94a3e697a5eb8991ec838d |
UHC | 癲ル씣日뉑샍 | 111011111010011010101011111010111001110110110111111011001110110110000111111001101001100010111011 | efa6abeb9db7eced87e698bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)