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 | 莖ょ牽 | 111001001011000110000010111001011000110010100001 | e4b182e58ca1 |
EUC-JP | 莖ょ牽 | 111010001011001110100100111001111011100010100011 | e8b3a4e7b8a3 |
UTF-8 | 莖ょ牽 | 111010001000111010010110111000111000001010000111111001111000100110111101 | e88e96e38287e789bd |
UHC | 莖ょ牽 | 110011001110110010101010111001111100110010110010 | ccecaae7ccb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)