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 | ??詔淙 | 001111110011111110001111110110011001111111001000 | 3f3f8fd99fc8 |
EUC-JP | ??詔淙 | 001111110011111110111110110110111101111011001010 | 3f3fbedbdeca |
UTF-8 | 센송詔淙 | 111011001000010010111100111011001000011010100001111010001010100110010100111001101011011110011001 | ec84bcec86a1e8a994e6b799 |
UHC | 센송詔淙 | 1011110010111110101111001101101111110000110111111111000011111000 | bcbebcdbf0dff0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)