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 | 閻iウ | 111010001000010110000010100010011000001101000101 | e88582898345 |
EUC-JP | 閻iウ | 111011111110010110100011111010011010010110100110 | efe5a3e9a5a6 |
UTF-8 | 閻iウ | 111010011001011010111011111011111011110110001001111000111000001010100110 | e996bbefbd89e382a6 |
UHC | 閻iウ | 111001111010001010100011111010011010101110100110 | e7a2a3e9aba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)