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 | 製???愈ⅵ | 100100001011101100111111001111110011111110010110111110101111101001000101 | 90bb3f3f3f96fafa45 |
EUC-JP | 製?勖?愈? | 11000000101111010011111110001111101100111110110100111111110011001111110000111111 | c0bd3f8fb3ed3fccfc3f |
UTF-8 | 製렩勖렢愈ⅵ | 111010001010001110111101111010111010000010101001111001011000101110010110111010111010000010100010111001101000010010001000111000101000010110110101 | e8a3bdeba0a9e58b96eba0a2e68488e285b5 |
UHC | 製렩勖렢愈ⅵ | 111100001011001010001110101101111110100111101101100011101011001111101010111011111010010110100110 | f0b28eb7e9ed8eb3eaefa5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)