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 | 莢串ヽ | 111001001011000010001011111110001000000101010010 | e4b08bf88152 |
EUC-JP | 莢串ヽ | 111010001011001010110110111110101010000110110011 | e8b2b6faa1b3 |
UTF-8 | 莢串ヽ | 111010001000111010100010111001001011100010110010111000111000001110111101 | e88ea2e4b8b2e383bd |
UHC | 莢串? | 1111101011111000110011011111101000111111 | faf8cdfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)