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 | ̴墉 | 11000011101001011100001010100010111000101000100010010010 | c3a5c2a2e28892 |
SJIS-WIN | ?¥?¢??? | 001111111000000110001111001111111000000110010001001111110011111100111111 | 3f818f3f81913f3f3f |
EUC-JP | Ã?¢â?? | 1000111110101010101010100011111110001111101010101010010010100001111100011000111110101011101001000011111100111111 | 8faaaa3f8faaa4a1f18faba43f3f |
UTF-8 | ̴墉 | 1100001110000011110000101010010111000011100000101100001010100010110000111010001011000010100010001100001010010010 | c383c2a5c382c2a2c3a2c288c292 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)