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 | 莠勾詳 | 111001001011101010001100111110011000111111011010 | e4ba8cf98fda |
EUC-JP | 莠勾詳 | 111010001011110010111000111110111011111011011100 | e8bcb8fbbedc |
UTF-8 | 莠勾詳 | 111010001000111010100000111001011000101110111110111010001010100110110011 | e88ea0e58bbee8a9b3 |
UHC | ?勾詳 | 0011111111001110111111101101111111011001 | 3fcefedfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)