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 | Ü«Ü« | 1000111011011100100011101010101110001110110111001000111010101011 | 8edc8eab8edc8eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ü???Ü?? | 001111111000111110101010111001000011111100111111001111111000111110101010111001000011111100111111 | 3f8faae43f3f3f8faae43f3f |
UTF-8 | Ü«Ü« | 11000010100011101100001110011100110000101000111011000010101010111100001010001110110000111001110011000010100011101100001010101011 | c28ec39cc28ec2abc28ec39cc28ec2ab |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)