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 | 須?? | 10010000011110110011111100111111 | 907b3f3f |
EUC-JP | 須?? | 10111111110111000011111100111111 | bfdc3f3f |
UTF-8 | 須롈롎 | 111010011010000010001000111010111010000110001000111010111010000110001110 | e9a088eba188eba18e |
UHC | 須롈롎 | 111000101100111010001110110011101000111011010100 | e2ce8ece8ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)