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 | 驛??揖х? | 111010011000001100111111001111111001011101001011100001001000011100111111 | e9833f3f974b84873f |
EUC-JP | 驛??揖х? | 111100011110001100111111001111111100110110101100101001111110011100111111 | f1e33f3fcdaca7e73f |
UTF-8 | 驛노엪揖х럦 | 1110100110101001100110111110101110000101101110001110110010010111101010101110011010001111100101101101000110000101111010111001111110100110 | e9a99beb85b8ec97aae68f96d185eb9fa6 |
UHC | 驛노엪揖х럦 | 111001101011111010110011111010111001111010000011111010111110011110101100111001111000111010001001 | e6beb3eb9e83ebe7ace78e89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)