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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 製?駿?? | 10010000101110110011111110001111011110000011111100111111 | 90bb3f8f783f3f |
EUC-JP | 製?駿?? | 11000000101111010011111110111101110110010011111100111111 | c0bd3fbdd93f3f |
UTF-8 | 製렲駿쇠ㄵ | 111010001010001110111101111010111010000010110010111010011010011110111111111011001000011110100000111000111000010010110101 | e8a3bdeba0b2e9a7bfec87a0e384b5 |
UHC | 製렲駿쇠ㄵ | 11110000101100101000111010111111111100011110011110111100111010001010010010100101 | f0b28ebff1e7bce8a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)