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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薰乞r | 111110111001111010001100111011101000001010010010 | fb9e8cee8292 |
EUC-JP | ?乞r | 0011111110111000111100001010001111110010 | 3fb8f0a3f2 |
UTF-8 | 薰乞r | 111010001001011010110000111001001011100110011110111011111011110110010010 | e896b0e4b99eefbd92 |
UHC | 薰乞r | 111111011011100111001011111101111010001111110010 | fdb9cbf7a3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)