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 | 驍瀧ャ狩昆 | 111010011000001010010001111010111010110010001110111010111000110110101001 | e98291ebac8eeb8da9 |
EUC-JP | 驍瀧ャ狩昆 | 11110001111000101100001011101101100011101010110010111100111011011011101010101011 | f1e2c2ed8eacbcedbaab |
UTF-8 | 驍瀧ャ狩昆 | 111010011010100110001101111001111000000010100111111011111011110110101100111001111000101110101001111001101001100010000110 | e9a98de780a7efbdace78ba9e69886 |
UHC | 驍瀧?狩昆 | 111111011010010011010110111010010011111111100010101011011100110111100000 | fda4d6e93fe2adcde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)