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 | 而霎「 | 11110000111001001000111010100111111010001011111010100010 | f0e48ea7e8bea2 |
EUC-JP | ?而霎「 | 00111111101111001010100111110000110000001000111010100010 | 3fbca9f0c08ea2 |
UTF-8 | 而霎「 | 111011101000001010100011111010001000000010001100111010011001110010001110111011111011110110100010 | ee82a3e8808ce99c8eefbda2 |
UHC | ?而?? | 0011111111101100101110110011111100111111 | 3fecbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)