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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奣喇奣 | 111110101010001110011010011010001111101010100011 | faa39a68faa3 |
EUC-JP | 奣喇奣 | 1000111110111000111111001101001111001001100011111011100011111100 | 8fb8fcd3c98fb8fc |
UTF-8 | 奣喇奣 | 111001011010010110100011111001011001011010000111111001011010010110100011 | e5a5a3e59687e5a5a3 |
UHC | ?喇? | 00111111110101001111101000111111 | 3fd4fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)