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 | 裙び雅イヲ | 1110010111100011100000101101000110001001111010111011001010100110 | e5e382d189ebb2a6 |
EUC-JP | 裙び雅イヲ | 11101010111001011010010011010011101100101110110110001110101100101000111010100110 | eae5a4d3b2ed8eb28ea6 |
UTF-8 | 裙び雅イヲ | 111010001010001110011001111000111000000110110011111010011001101110000101111011111011110110110010111011111011110110100110 | e8a399e381b3e99b85efbdb2efbda6 |
UHC | 裙び雅?? | 1100111111011001101010101101001111100100101110100011111100111111 | cfd9aad3e4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)