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 | 涯gぐ | 100010100101010110000010100001111000001010101110 | 8a55828782ae |
EUC-JP | 涯gぐ | 101100111011011010100011111001111010010010110000 | b3b6a3e7a4b0 |
UTF-8 | 涯gぐ | 111001101011011010101111111011111011110110000111111000111000000110010000 | e6b6afefbd87e38190 |
UHC | 涯gぐ | 111001001111001110100011111001111010101010110000 | e4f3a3e7aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)