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 | 莨璽鉙 | 111001001011110010001110101000111111101111001000 | e4bc8ea3fbc8 |
EUC-JP | 莨璽鉙 | 11101000101111101011110010100101100011111110001111100011 | e8bebca58fe3e3 |
UTF-8 | 莨璽鉙 | 111010001000111010101000111001111001001010111101111010011000100110011001 | e88ea8e792bde98999 |
UHC | ?璽? | 00111111110111111101111000111111 | 3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)