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 | 綏??? | 1110001101010110001111110011111100111111 | e3563f3f3f |
EUC-JP | 綏??? | 1110010110110111001111110011111100111111 | e5b73f3f3f |
UTF-8 | 綏뒍룱礖 | 111001111011011010001111111010111001001010001101111010111010001110110001111001111010010010010110 | e7b68feb928deba3b1e7a496 |
UHC | 綏뒍룱礖 | 1110001010110111100010101000101010001111101001101110011010100110 | e2b78a8a8fa6e6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)