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 | ?悸?療?悸 | 001111111001110010100111001111111001011111000011001111111001110010100111 | 3f9ca73f97c33f9ca7 |
EUC-JP | ?悸?療?悸 | 001111111101100010101001001111111100111011000101001111111101100010101001 | 3fd8a93fcec53fd8a9 |
UTF-8 | 룴悸룶療룴悸 | 111010111010001110110100111001101000001010111000111010111010001110110110111001111001100110000010111010111010001110110100111001101000001010111000 | eba3b4e682b8eba3b6e79982eba3b4e682b8 |
UHC | 룴悸룶療룴悸 | 100011111010100111001100111110111000111110101011110101101111101110001111101010011100110011111011 | 8fa9ccfb8fabd6fb8fa9ccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)