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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
EUC-JP | 搢B?? | 100011111100000011001111010000100011111100111111 | 8fc0cf423f3f |
UTF-8 | 搢B롖렲 | 11100110100100001010001001000010111010111010000110010110111010111010000010110010 | e690a242eba196eba0b2 |
UHC | 搢B롖렲 | 11110010110010100100001010001110110110101000111010111111 | f2ca428eda8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)