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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佃伎拱二 | 1001001011001111100010101110101010011101011010011001001111110001 | 92cf8aea9d6993f1 |
EUC-JP | 佃伎拱二 | 1100010011010001101101001110110011011001110010101100011011110011 | c4d1b4ecd9cac6f3 |
UTF-8 | 佃伎拱二 | 111001001011110110000011111001001011110010001110111001101000101110110001111001001011101010001100 | e4bd83e4bc8ee68bb1e4ba8c |
UHC | 佃伎拱二 | 1110111011101100110100001110101111001101111100101110110010100011 | eeecd0ebcdf2eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)