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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ◆?農 | 1000000110011111001111111001010001011111 | 819f3f945f |
EUC-JP | ◆?農 | 1010001010100001001111111100011111000000 | a2a13fc7c0 |
UTF-8 | ◆룶農 | 111000101001011110000110111010111010001110110110111010001011111010110010 | e29786eba3b6e8beb2 |
UHC | ◆룶農 | 101000011101111110001111101010111101001011011100 | a1df8fabd2dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)