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 | î·¨H | 1110111010110111100011101010100001001000 | eeb78ea848 |
SJIS-WIN | ???¨H | 001111110011111100111111100000010100111001001000 | 3f3f3f814e48 |
EUC-JP | î??¨H | 1000111110101011110000100011111100111111101000011010111101001000 | 8fabc23f3fa1af48 |
UTF-8 | î·¨H | 110000111010111011000010101101111100001010001110110000101010100001001000 | c3aec2b7c28ec2a848 |
UHC | ?·?¨H | 00111111101000011010010000111111101000011010011101001000 | 3fa1a43fa1a748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)