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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?驛?驛^ | 00111111111010011000001100111111111010011000001101011110 | 3fe9833fe9835e |
EUC-JP | ?驛?驛^ | 00111111111100011110001100111111111100011110001101011110 | 3ff1e33ff1e35e |
UTF-8 | 센驛센驛^ | 11101100100001001011110011101001101010011001101111101100100001001011110011101001101010011001101101011110 | ec84bce9a99bec84bce9a99b5e |
UHC | 센驛센驛^ | 101111001011111011100110101111101011110010111110111001101011111001011110 | bcbee6bebcbee6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)