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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???揄? | 001111110011111100111111100111011000100100111111 | 3f3f3f9d893f |
EUC-JP | 濚??揄? | 1000111111001001101000010011111100111111110110011110100100111111 | 8fc9a13f3fd9e93f |
UTF-8 | 濚뉍넁揄귻 | 111001101011111110011010111010111000100110001101111010111000010010000001111001101000111110000100111010101011011110111011 | e6bf9aeb898deb8481e68f84eab7bb |
UHC | 濚뉍넁揄귻 | 11100111101110011000011111100010100001101001000111101010111100011000001101000010 | e7b987e28691eaf18342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)