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 | 耀믩낑揖섉뮄 | 111010001000000010000000111010111010111110101001111010111000001010010001111001101000111110010110111011001000010010001001111010111010111010000100 | e88080ebafa9eb8291e68f96ec8489ebae84 |
UHC | 耀믩낑揖섉뮄 | 111010011010010110010010111010111011001110101001111010111110011110011000111001101001001010010011 | e9a592ebb3a9ebe798e69293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)