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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咀??齬 | 100110011111000000111111001111111110101010010111 | 99f03f3fea97 |
EUC-JP | 咀琫?齬 | 1101001011110010100011111100110010101111001111111111001111110111 | d2f28fccaf3ff3f7 |
UTF-8 | 咀琫벗齬 | 111001011001001010000000111001111001000010101011111010111011001010010111111010011011110110101100 | e59280e790abebb297e9bdac |
UHC | 咀琫벗齬 | 1110111010111010110111001110110110111001111111101110010111100001 | eebadcedb9fee5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)