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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鮟? | 00111111111010011011101100111111 | 3fe9bb3f |
EUC-JP | ?鮟? | 00111111111100101011110100111111 | 3ff2bd3f |
UTF-8 | 렰鮟롙 | 111010111010000010110000111010011010111010011111111010111010000110011001 | eba0b0e9ae9feba199 |
UHC | 렰鮟롙 | 100011101011110111100100110101011000111011011101 | 8ebde4d58edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)