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 | ?慰? | 00111111100010001101010000111111 | 3f88d43f |
EUC-JP | ?慰? | 00111111101100001101011000111111 | 3fb0d63f |
UTF-8 | 롎慰렧 | 111010111010000110001110111001101000010110110000111010111010000010100111 | eba18ee685b0eba0a7 |
UHC | 롎慰렧 | 100011101101010011101010110100001000111010110110 | 8ed4ead08eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)