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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愛????? | 10001000101001000011111100111111001111110011111100111111 | 88a43f3f3f3f3f |
EUC-JP | 愛????? | 10110000101001100011111100111111001111110011111100111111 | b0a63f3f3f3f3f |
UTF-8 | 愛⑶캈廉띸쎅 | 111001101000010010011011111000101001000110110110111011001011101010001000111011111010011010100010111010111001110110111000111011001000111010000101 | e6849be291b6ecba88efa6a2eb9db8ec8e85 |
UHC | 愛⑶캈廉띸쎅 | 111001001111000110101001111010011010111110010100111001101111010110001101111001111001101110101110 | e4f1a9e9af94e6f58de79bae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)