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 | 耀??揖?? | 1001011101110011001111110011111110010111010010110011111100111111 | 97733f3f974b3f3f |
EUC-JP | 耀??揖?? | 1100110111010100001111110011111111001101101011000011111100111111 | cdd43f3fcdac3f3f |
UTF-8 | 耀붵끏揖당뛾 | 111010001000000010000000111010111011011010110101111010111000000110001111111001101000111110010110111010111000101110111001111010111001101110111110 | e88080ebb6b5eb818fe68f96eb8bb9eb9bbe |
UHC | 耀붵끏揖당뛾 | 111010011010010110010100111000111000010110111111111010111110011110110100111001111000110110000100 | e9a594e385bfebe7b4e78d84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)