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 | 埃溪眤 | 100110101011101010011111111000101110000111000000 | 9aba9fe2e1c0 |
EUC-JP | 埃溪眤 | 110101001011110011011110111001001110001011000010 | d4bcdee4e2c2 |
UTF-8 | 埃溪眤 | 111001011001111110000011111001101011101010101010111001111001110010100100 | e59f83e6baaae79ca4 |
UHC | 埃溪? | 1110010011101111110011011010001000111111 | e4efcda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)