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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 製?駿? | 100100001011101100111111100011110111100000111111 | 90bb3f8f783f |
EUC-JP | 製?駿? | 110000001011110100111111101111011101100100111111 | c0bd3fbdd93f |
UTF-8 | 製렲駿쇘 | 111010001010001110111101111010111010000010110010111010011010011110111111111011001000011110011000 | e8a3bdeba0b2e9a7bfec8798 |
UHC | 製렲駿쇘 | 1111000010110010100011101011111111110001111001111011110011100111 | f0b28ebff1e7bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)