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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 驛??揖?E | 1110100110000011001111110011111110010111010010110011111101000101 | e9833f3f974b3f45 |
EUC-JP | 驛??揖?E | 1111000111100011001111110011111111001101101011000011111101000101 | f1e33f3fcdac3f45 |
UTF-8 | 驛노벨揖쟶E | 11101001101010011001101111101011100001011011100011101011101100101010100011100110100011111001011011101100100111111011011001000101 | e9a99beb85b8ebb2a8e68f96ec9fb645 |
UHC | 驛노벨揖쟶E | 1110011010111110101100111110101110111010101001111110101111100111101000000111011001000101 | e6beb3ebbaa7ebe7a07645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)