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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湿篝瑁釈 | 1000111010111100111000101011111011100000111011101000111011011111 | 8ebce2bee0ee8edf |
EUC-JP | 湿篝瑁釈 | 1011110010111110111001001100000011100000111100001011110011100001 | bcbee4c0e0f0bce1 |
UTF-8 | 湿篝瑁釈 | 111001101011100110111111111001111010111110011101111001111001000110000001111010011000011110001000 | e6b9bfe7af9de79181e98788 |
UHC | ??瑁? | 0011111100111111110110011100000100111111 | 3f3fd9c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)