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 | 臾??維? | 11100100011010110011111100111111100010001101101100111111 | e46b3f3f88db3f |
EUC-JP | 臾??維? | 11100111110011000011111100111111101100001101110100111111 | e7cc3f3fb0dd3f |
UTF-8 | 臾룸쳧維쏛 | 111010001000011110111110111010111010001110111000111011001011001110100111111001111011011010101101111011001000111110011011 | e887beeba3b8ecb3a7e7b6adec8f9b |
UHC | 臾룸쳧維쏛 | 11101011101011001011011111101011101010111000110011101011101010111001110001000001 | ebacb7ebab8cebab9c41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)