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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??濯??B | 00111111001111111001000111110011001111110011111101000010 | 3f3f91f33f3f42 |
EUC-JP | ??濯??B | 00111111001111111100001011110101001111110011111101000010 | 3f3fc2f53f3f42 |
UTF-8 | 룴찼濯룫퀽B | 11101011101000111011010011101100101100001011110011100110101111111010111111101011101000111010101111101101100000001011110101000010 | eba3b4ecb0bce6bfafeba3abed80bd42 |
UHC | 룴찼濯룫퀽B | 1000111110101001110000111010000111110110111110111000111110100010101101000100110001000010 | 8fa9c3a1f6fb8fa2b44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)