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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 赭幎スォ寀ャB | 11100110110111101001101111101011101111011010101111111010101001111010110001000010 | e6de9bebbdabfaa7ac42 |
EUC-JP | 赭幎スォ寀ャB | 1110110011100000110101101110110110001110101111011000111010101011100011111011101011011011100011101010110001000010 | ece0d6ed8ebd8eab8fbadb8eac42 |
UTF-8 | 赭幎スォ寀ャB | 11101000101101011010110111100101101110011000111011101111101111011011110111101111101111011010101111100101101011111000000011101111101111011010110001000010 | e8b5ade5b98eefbdbdefbdabe5af80efbdac42 |
UHC | ????寀?B | 0011111100111111001111110011111111110011111100100011111101000010 | 3f3f3f3ff3f23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)