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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 需眛 | 10001110111110011110000111000100 | 8ef9e1c4 |
EUC-JP | 需眛 | 10111100111110111110001011000110 | bcfbe2c6 |
UTF-8 | 需眛 | 111010011001110010000000111001111001110010011011 | e99c80e79c9b |
UHC | 需? | 111000101100110100111111 | e2cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)