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 | 篁医興 | 111000101011100110001000111000111000101110111011 | e2b988e38bbb |
EUC-JP | 篁医興 | 111001001011101110110000111001011011011010111101 | e4bbb0e5b6bd |
UTF-8 | 篁医興 | 111001111010111110000001111001011000110010111011111010001000100010001000 | e7af81e58cbbe88888 |
UHC | 篁?興 | 1111110011010110001111111111110111101001 | fcd63ffde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)