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 | 製?訂?倚ⅷ | 10010000101110110011111110010010111110010011111110011000110111111111101001000111 | 90bb3f92f93f98dffa47 |
EUC-JP | 製?訂?倚? | 110000001011110100111111110001001111101100111111110100001110000100111111 | c0bd3fc4fb3fd0e13f |
UTF-8 | 製렩訂렦倚ⅷ | 111010001010001110111101111010111010000010101001111010001010100010000010111010111010000010100110111001011000000010011010111000101000010110110111 | e8a3bdeba0a9e8a882eba0a6e5809ae285b7 |
UHC | 製렩訂렦倚ⅷ | 111100001011001010001110101101111110111111110100100011101011010111101011111011111010010110101000 | f0b28eb7eff48eb5ebefa5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)