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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 歷됵슥i歷됵슥iB | 111011111010011010001100111010111001000010110101111011001000101010100101011010011110111110100110100011001110101110010000101101011110110010001010101001010110100101000010 | efa68ceb90b5ec8aa569efa68ceb90b5ec8aa56942 |
UHC | 歷됵슥i歷됵슥iB | 111001101011100010001001111011111011110110111011011010011110011010111000100010011110111110111101101110110110100101000010 | e6b889efbdbb69e6b889efbdbb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)