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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 畏??泣?B | 1000100011011000001111110011111110001011100000110011111101000010 | 88d83f3f8b833f42 |
EUC-JP | 畏??泣?B | 1011000011011010001111110011111110110101111000110011111101000010 | b0da3f3fb5e33f42 |
UTF-8 | 畏븐룊泣쌏B | 11100111100101011000111111101011101110001001000011101011101000111000101011100110101100111010001111101100100011001000111101000010 | e7958febb890eba38ae6b3a3ec8c8f42 |
UHC | 畏븐룊泣쌏B | 1110100011100110101110101110110010001111100010011110101111101000100110101111111001000010 | e8e6baec8f89ebe89afe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)