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 | 胡屯???? | 1000110011010011100100111101010000111111001111110011111100111111 | 8cd393d43f3f3f3f |
EUC-JP | 胡屯??熒? | 10111000110101011100011011010110001111110011111110001111110010101010011100111111 | b8d5c6d63f3f8fcaa73f |
UTF-8 | 胡屯렊렟熒렏 | 111010001000001110100001111001011011000110101111111010111010000010001010111010111010000010011111111001111000011010010010111010111010000010001111 | e883a1e5b1afeba08aeba09fe78692eba08f |
UHC | 胡屯렊렟熒렏 | 111110111101011111010100111010101000111010100001100011101011000011111011101001111000111010100101 | fbd7d4ea8ea18eb0fba78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)