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 | 篁焔薫 | 111000101011100110001001100010111000110001001111 | e2b9898b8c4f |
EUC-JP | 篁焔薫 | 111001001011101110110001111010111011011110110000 | e4bbb1ebb7b0 |
UTF-8 | 篁焔薫 | 111001111010111110000001111001111000010010010100111010001001011010101011 | e7af81e78494e896ab |
UHC | 篁?? | 11111100110101100011111100111111 | fcd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)