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 | 耀믩낑揖닸퓴 | 111010001000000010000000111010111010111110101001111010111000001010010001111001101000111110010110111010111000101110111000111011011001001110110100 | e88080ebafa9eb8291e68f96eb8bb8ed93b4 |
UHC | 耀믩낑揖닸퓴 | 111010011010010110010010111010111011001110101001111010111110011110110100111001101011111110011010 | e9a592ebb3a9ebe7b4e6bf9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)