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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑??二?? | 1001010010101000001111110011111110010011111100010011111100111111 | 94a83f3f93f13f3f |
EUC-JP | 畑??二?? | 1100100010101010001111110011111111000110111100110011111100111111 | c8aa3f3fc6f33f3f |
UTF-8 | 畑뱀옓二뜻퐗 | 111001111001010110010001111010111011000110000000111011001001100010010011111001001011101010001100111010111001110010111011111011011001000010010111 | e79591ebb180ec9893e4ba8ceb9cbbed9097 |
UHC | 畑뱀옓二뜻퐗 | 111011111010010110111001111011001001111010011001111011001010001110110110111001101011110110000001 | efa5b9ec9e99eca3b6e6bd81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)