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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 娼テ。召エG | 10001111101010011100001110100001111101101111101110001111101000101011010001000111 | 8fa9c3a1f6fb8fa2b447 |
EUC-JP | 娼テ。?召エG | 101111101010101110001110110000111000111010100001001111111011111010100100100011101011010001000111 | beab8ec38ea13fbea48eb447 |
UTF-8 | 娼テ。召エG | 11100101101010001011110011101111101111101000001111101111101111011010000111101110100101001010001011100101100011111010110011101111101111011011010001000111 | e5a8bcefbe83efbda1ee94a2e58facefbdb447 |
UHC | 娼???召?G | 111100111101111000111111001111110011111111100001101011110011111101000111 | f3de3f3f3fe1af3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)