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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縡??舍 | 111000110111000100111111001111111110010001110001 | e3713f3fe471 |
EUC-JP | 縡??舍 | 111001011101001000111111001111111110011111010010 | e5d23f3fe7d2 |
UTF-8 | 縡댁렩舍 | 111001111011100010100001111010111000110010000001111010111010000010101001111010001000100010001101 | e7b8a1eb8c81eba0a9e8888d |
UHC | 縡댁렩舍 | 1110111010101101101101001110110010001110101101111101111011101100 | eeadb4ec8eb7deec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)