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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遇班?? | 100010111111011010010100110001110011111100111111 | 8bf694c73f3f |
EUC-JP | 遇班?? | 101101101111100011001000110010010011111100111111 | b6f8c8c93f3f |
UTF-8 | 遇班렱렱 | 111010011000000110000111111001111000111110101101111010111010000010110001111010111010000010110001 | e98187e78fadeba0b1eba0b1 |
UHC | 遇班렱렱 | 1110100111100111110110101110110010001110101111101000111010111110 | e9e7daec8ebe8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)