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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉸漆レ遙 | 111110111100111010001110101111011111001010111101110110101110101010100001 | fbce8ebdf2bddaeaa1 |
EUC-JP | 鉸漆?レ遙 | 10001111111000111111001010111100101111110011111110001110110110101111010010100011 | 8fe3f2bcbf3f8edaf4a3 |
UTF-8 | 鉸漆レ遙 | 111010011000100110111000111001101011110010000110111011101000011110110100111011111011111010011010111010011000000110011001 | e989b8e6bc86ee87b4efbe9ae98199 |
UHC | ?漆??遙 | 00111111111101101101010000111111001111111110100110101011 | 3ff6d43f3fe9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)