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 | 驛?〃??? | 1110100110000011001111111000000101010110001111110011111100111111 | e9833f81563f3f3f |
EUC-JP | 驛?〃??? | 1111000111100011001111111010000110110111001111110011111100111111 | f1e33fa1b73f3f3f |
UTF-8 | 驛노〃吏믦뇛 | 111010011010100110011011111010111000010110111000111000111000000010000011111011111010011110011110111010111010111110100110111010111000011110011011 | e9a99beb85b8e38083efa79eebafa6eb879b |
UHC | 驛노〃吏믦뇛 | 111001101011111010110011111010111010000110101000111011001010011110010010111010001000011110000110 | e6beb3eba1a8eca792e88786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)