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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?k(筍?? | 001111111000001010001011100000010110100111100010101000010011111100111111 | 3f828b8169e2a13f3f |
EUC-JP | 渶k(筍?? | 1000111111000111111011011010001111101011101000011100101011100100101000110011111100111111 | 8fc7eda3eba1cae4a33f3f |
UTF-8 | 渶k(筍됬랜 | 111001101011100010110110111011111011110110001011111011111011110010001000111001111010110110001101111010111001000010101100111010111001111010011100 | e6b8b6efbd8befbc88e7ad8deb90aceb9e9c |
UHC | 渶k(筍됬랜 | 111001111011011110100011111010111010001110101000111000101110110010001001111001111011011110100011 | e7b7a3eba3a8e2ec89e7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)