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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 崖ラ?E | 100010100101001010000011100010010011111101000101 | 8a5283893f45 |
EUC-JP | 崖ラ?E | 101100111011001110100101111010010011111101000101 | b3b3a5e93f45 |
UTF-8 | 崖ラ윸E | 11100101101101001001011011100011100000111010100111101100100111001011100001000101 | e5b496e383a9ec9cb845 |
UHC | 崖ラ윸E | 11100100111100001010101111101001100111111011001001000101 | e4f0abe99fb245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)