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 | 顋守「∽ | 11101000111110011000111011100111101000101000000111100100 | e8f98ee7a281e4 |
EUC-JP | 顋守「∽ | 1111000011111011101111001110100110001110101000101010001011100110 | f0fbbce98ea2a2e6 |
UTF-8 | 顋守「∽ | 111010011010000110001011111001011010111010001000111011111011110110100010111000101000100010111101 | e9a18be5ae88efbda2e288bd |
UHC | ?守?∽ | 001111111110000111111010001111111010000111101111 | 3fe1fa3fa1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)