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 | 鮟碑梢 | 111010011011101110010100111010001000111110111101 | e9bb94e88fbd |
EUC-JP | 鮟碑梢 | 111100101011110111001000111010101011111010111111 | f2bdc8eabebf |
UTF-8 | 鮟碑梢 | 111010011010111010011111111001111010001010010001111001101010001010100010 | e9ae9fe7a291e6a2a2 |
UHC | 鮟碑梢 | 111001001101010111011101111110001111010011111110 | e4d5ddf8f4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)