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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珎鱆鱆 | 1110000011011101111010011110000111101001111000011111001011100011 | e0dde9e1e9e1f2e3 |
EUC-JP | 珎鱆鱆? | 11100000110111111111001011100011111100101110001100111111 | e0dff2e3f2e33f |
UTF-8 | 珎鱆鱆 | 111001111000111110001110111010011011000110000110111010011011000110000110111011101000100010011010 | e78f8ee9b186e9b186ee889a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)