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 | ÚûN | 1000111011011010111110110100111010001110 | 8edafb4e8e |
SJIS-WIN | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
EUC-JP | ?ÚûN? | 001111111000111110101010111000101000111110101011111001010100111000111111 | 3f8faae28fabe54e3f |
UTF-8 | ÚûN | 110000101000111011000011100110101100001110111011010011101100001010001110 | c28ec39ac3bb4ec28e |
UHC | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)