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 | 褞薙序寘 | 1110010111110000100100111110001110001111100110001111101010101001 | e5f093e38f98faa9 |
EUC-JP | 褞薙序寘 | 111010101111001011000110111001011011110111111000100011111011101011100001 | eaf2c6e5bdf88fbae1 |
UTF-8 | 褞薙序寘 | 111010001010010010011110111010001001011010011001111001011011101010001111111001011010111110011000 | e8a49ee89699e5ba8fe5af98 |
UHC | ??序? | 0011111100111111110111111110110100111111 | 3f3fdfed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)