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 | 迪ッ迹咏原 | 111001111000110010101111111001111001000110011001111001111000110010110100 | e78cafe79199e78cb4 |
EUC-JP | 迪ッ迹咏原 | 11101101111011001000111010101111111011011111000111010010111010011011100010110110 | edec8eafedf1d2e9b8b6 |
UTF-8 | 迪ッ迹咏原 | 111010001011111110101010111011111011110110101111111010001011111110111001111001011001001010001111111001011000111010011111 | e8bfaaefbdafe8bfb9e5928fe58e9f |
UHC | 迪?迹?原 | 1110111011101000001111111110111011101001001111111110101010101011 | eee83feee93feaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)