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 | 耀믠뫅揖묌댖 | 111010001000000010000000111010111010111110100000111010111010101110000101111001101000111110010110111010111010110010001100111010111000110010010110 | e88080ebafa0ebab85e68f96ebac8ceb8c96 |
UHC | 耀믠뫅揖묌댖 | 111010011010010110010010111000101001000110101000111010111110011110010001111010011000100010111010 | e9a592e291a8ebe791e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)