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 | 禧烱禧爿 | 1110001001010101111000000111011111100010010101011110000010101011 | e255e077e255e0ab |
EUC-JP | 禧烱禧爿 | 1110001110110110110111111101100011100011101101101110000010101101 | e3b6dfd8e3b6e0ad |
UTF-8 | 禧烱禧爿 | 111001111010011010100111111001111000001110110001111001111010011010100111111001111000100010111111 | e7a6a7e783b1e7a6a7e788bf |
UHC | 禧烱禧? | 11111101111110111100110011011110111111011111101100111111 | fdfbccdefdfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)