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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邊宣舉B | 11100111101100101001000011101001100111011010100001000010 | e7b290e99da842 |
EUC-JP | 邊宣舉B | 11101110101101001100000011101011110110101010101001000010 | eeb4c0ebdaaa42 |
UTF-8 | 邊宣舉B | 11101001100000101000101011100101101011101010001111101000100010001000100101000010 | e9828ae5aea3e8888942 |
UHC | 邊宣?B | 110111001010101111100000101111100011111101000010 | dcabe0be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)