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 | ÑÍûÛ« | 1000111011010001100011101100110111111011110110111000111010101011 | 8ed18ecdfbdb8eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ñ?ÍûÛ?? | 00111111100011111010101011010000001111111000111110101010101111111000111110101011111001011000111110101010111001010011111100111111 | 3f8faad03f8faabf8fabe58faae53f3f |
UTF-8 | ÑÍûÛ« | 11000010100011101100001110010001110000101000111011000011100011011100001110111011110000111001101111000010100011101100001010101011 | c28ec391c28ec38dc3bbc39bc28ec2ab |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)