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 | 膈窮┏茵 | 1110010001001100100010111000011110000100101011001110010010011111 | e44c8b8784ace49f |
EUC-JP | 膈窮┏茵 | 1110011110101101101101011110011110101000101011101110100010100001 | e7adb5e7a8aee8a1 |
UTF-8 | 膈窮┏茵 | 111010001000011010001000111001111010101010101110111000101001010010001111111010001000110010110101 | e88688e7aaaee2948fe88cb5 |
UHC | 膈窮┏茵 | 1100110010101110110011111110001110100110101011101110110011100000 | ccaecfe3a6aeece0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)