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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第?苑?闇 | 1001000111100110001111111000100110010001001111111000100011000101 | 91e63f89913f88c5 |
EUC-JP | 第?苑?闇 | 1100001011101000001111111011000111110001001111111011000011000111 | c2e83fb1f13fb0c7 |
UTF-8 | 第렗苑렩闇 | 111001111010110010101100111010111010000010010111111010001000101110010001111010111010000010101001111010011001011110000111 | e7acaceba097e88b91eba0a9e99787 |
UHC | 第렗苑렩闇 | 11110000101011111000111010101100111010101011110110001110101101111110010011100001 | f0af8eaceabd8eb7e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)