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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鰀ニ郢 | 11111100010001101100011011100111101110011111100011101110 | fc46c6e7b9f8ee |
EUC-JP | 鰀ニ郢? | 1000111111101011101001011000111011000110111011101011101100111111 | 8feba58ec6eebb3f |
UTF-8 | 鰀ニ郢 | 111010011011000010000000111011111011111010000110111010011000001110100010111011101001101010001101 | e9b080efbe86e983a2ee9a8d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)