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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍ソ蟠手宛雕 | 1110100010110111101111111110010110110100100011101110100010001000101101101110100010111000 | e8b7bfe5b48ee888b6e8b8 |
EUC-JP | 霍ソ蟠手宛雕 | 111100001011100110001110101111111110101010110110101111001110101010110000101110001111000010111010 | f0b98ebfeab6bceab0b8f0ba |
UTF-8 | 霍ソ蟠手宛雕 | 111010011001110010001101111011111011110110111111111010001001111110100000111001101000100110001011111001011010111010011011111010011001101110010101 | e99c8defbdbfe89fa0e6898be5ae9be99b95 |
UHC | ??蟠手宛雕 | 00111111001111111101101011110110111000101010001011101000110010001111000011100111 | 3f3fdaf6e2a2e8c8f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)