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 | 伊?失?? | 10001000110010010011111110001110101110000011111100111111 | 88c93f8eb83f3f |
EUC-JP | 伊?失?? | 10110000110010110011111110111100101110100011111100111111 | b0cb3fbcba3f3f |
UTF-8 | 伊렫失띈렏 | 111001001011110010001010111010111010000010101011111001011010010010110001111010111001110110001000111010111010000010001111 | e4bc8aeba0abe5a4b1eb9d88eba08f |
UHC | 伊렫失띈렏 | 11101100101001011000111010111001111000111111011110110110111010001000111010100101 | eca58eb9e3f7b6e88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)