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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 隰晞ヲエB | 11101000101011001001110111101001101001101011010001000010 | e8ac9de9a6b442 |
EUC-JP | 隰晞ヲエB | 111100001010111011011010111010111000111010100110100011101011010001000010 | f0aedaeb8ea68eb442 |
UTF-8 | 隰晞ヲエB | 11101001100110101011000011100110100110011001111011101111101111011010011011101111101111011011010001000010 | e99ab0e6999eefbda6efbdb442 |
UHC | ?晞??B | 001111111111110111110101001111110011111101000010 | 3ffdf53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)