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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 崧??抑? | 11111010101011110011111100111111100101110111110100111111 | faaf3f3f977d3f |
EUC-JP | 崧??抑? | 1000111110111011110010100011111100111111110011011101111000111111 | 8fbbca3f3fcdde3f |
UTF-8 | 崧꼯똆抑덡 | 111001011011010010100111111010101011110010101111111010111001100010000110111001101000101010010001111010111000110110100001 | e5b4a7eabcafeb9886e68a91eb8da1 |
UHC | 崧꼯똆抑덡 | 11100010111111101000010010001010100011000100011111100101111001001000100011111100 | e2fe848a8c47e5e488fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)