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 | 拙霽?? | 100100001101100111101000110001110011111100111111 | 90d9e8c73f3f |
EUC-JP | 拙霽?? | 110000001101101111110000110010010011111100111111 | c0dbf0c93f3f |
UTF-8 | 拙霽롍렡 | 111001101000101110011001111010011001110010111101111010111010000110001101111010111010000010100001 | e68b99e99cbdeba18deba0a1 |
UHC | 拙霽롍렡 | 1111000011110000111100001011100010001110110100111000111010110010 | f0f0f0b88ed38eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)