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 | 襞視薫錣 | 1110010111111100100011101000101110001100010011111110100001000011 | e5fc8e8b8c4fe843 |
EUC-JP | 襞視薫錣 | 1110101011111110101110111110101110110111101100001110111110100100 | eafebbebb7b0efa4 |
UTF-8 | 襞視薫錣 | 111010001010010110011110111010001010011010010110111010001001011010101011111010011000110010100011 | e8a59ee8a696e896abe98ca3 |
UHC | ?視?? | 0011111111100011110010100011111100111111 | 3fe3ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)