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 | 羝э叱 | 111000111011011010000100100011111000111010110110 | e3b6848f8eb6 |
EUC-JP | 羝э叱 | 111001101011100010100111111011111011110010111000 | e6b8a7efbcb8 |
UTF-8 | 羝э叱 | 1110011110111110100111011101000110001101111001011000111110110001 | e7be9dd18de58fb1 |
UHC | ?э叱 | 0011111110101100111011111111001011101010 | 3faceff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)