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 | 陬簿棕 | 111010001010001110010101111010111001111010100001 | e8a395eb9ea1 |
EUC-JP | 陬簿棕 | 111100001010010111001010111011011101110010100011 | f0a5caeddca3 |
UTF-8 | 陬簿棕 | 111010011001100110101100111001111011000010111111111001101010001110010101 | e999ace7b0bfe6a395 |
UHC | ?簿棕 | 0011111111011101101011011111000011110111 | 3fddadf0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)