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 | セ齒シ | 10111110111010101000111110111100 | beea8fbc |
EUC-JP | セ齒シ | 100011101011111011110011111011111000111010111100 | 8ebef3ef8ebc |
UTF-8 | セ齒シ | 111011111011110110111110111010011011110110010010111011111011110110111100 | efbdbee9bd92efbdbc |
UHC | ?齒? | 00111111111101101100110100111111 | 3ff6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)