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 | 泚霙ユ | 11111010111110011110100011000010111101001011101011010101 | faf9e8c2f4bad5 |
EUC-JP | 泚霙?ユ | 1000111111000111101000011111000011000100001111111000111011010101 | 8fc7a1f0c43f8ed5 |
UTF-8 | 泚霙ユ | 111001101011001110011010111010011001110010011001111011101000110110101001111011111011111010010101 | e6b39ae99c99ee8da9efbe95 |
UHC | ?霙?? | 0011111111100111110011100011111100111111 | 3fe7ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)