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 | 製???倚ⅵ | 100100001011101100111111001111110011111110011000110111111111101001000101 | 90bb3f3f3f98dffa45 |
EUC-JP | 製?勖?倚? | 11000000101111010011111110001111101100111110110100111111110100001110000100111111 | c0bd3f8fb3ed3fd0e13f |
UTF-8 | 製렩勖렢倚ⅵ | 111010001010001110111101111010111010000010101001111001011000101110010110111010111010000010100010111001011000000010011010111000101000010110110101 | e8a3bdeba0a9e58b96eba0a2e5809ae285b5 |
UHC | 製렩勖렢倚ⅵ | 111100001011001010001110101101111110100111101101100011101011001111101011111011111010010110100110 | f0b28eb7e9ed8eb3ebefa5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)