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 | 漿??舵? | 10011111111101110011111100111111100100011100011100111111 | 9ff73f3f91c73f |
EUC-JP | 漿??舵? | 11011110111110010011111100111111110000101100100100111111 | def93f3fc2c93f |
UTF-8 | 漿렩뤈舵퀯 | 111001101011110010111111111010111010000010101001111010111010010010001000111010001000100010110101111011011000000010101111 | e6bcbfeba0a9eba488e888b5ed80af |
UHC | 漿렩뤈舵퀯 | 11101101111011001000111010110111100011111011100011110110111011001011010001000010 | edec8eb78fb8f6ecb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)