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 | 爬牾獨 | 111000001010011011100000101100011110000011010101 | e0a6e0b1e0d5 |
EUC-JP | 爬牾獨 | 111000001010100011100000101100111110000011010111 | e0a8e0b3e0d7 |
UTF-8 | 爬牾獨 | 111001111000100010101100111001111000100110111110111001111000110110101000 | e788ace789bee78da8 |
UHC | 爬?獨 | 1111011111110000001111111101010010111100 | f7f03fd4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)