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 | 癲??萸у? | 111000011001111100111111001111111110010011001110100001001000010100111111 | e19f3f3fe4ce84853f |
EUC-JP | 癲??萸у? | 111000101010000100111111001111111110100011010000101001111110010100111111 | e2a13f3fe8d0a7e53f |
UTF-8 | 癲용틶萸у푻 | 1110011110011001101100101110110010011010101010011110110110001011101101101110100010010000101110001101000110000011111011011001000110111011 | e799b2ec9aa9ed8bb6e890b8d183ed91bb |
UHC | 癲용틶萸у푻 | 111011111010011010111111111010111011101010011101111010111010110110101100111001011011111010000111 | efa6bfebba9debadace5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)