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Ó¹\ | 10001110110100111000111010111001010011101000111011010011100011101011100101011100 | 8ed38eb94e8ed38eb95c |
SJIS-WIN | ????N????\ | 00111111001111110011111100111111010011100011111100111111001111110011111101011100 | 3f3f3f3f4e3f3f3f3f5c |
EUC-JP | ?Ó??N?Ó??\ | 0011111110001111101010101101000100111111001111110100111000111111100011111010101011010001001111110011111101011100 | 3f8faad13f3f4e3f8faad13f3f5c |
UTF-8 | Ó¹NÓ¹\ | 110000101000111011000011100100111100001010001110110000101011100101001110110000101000111011000011100100111100001010001110110000101011100101011100 | c28ec393c28ec2b94ec28ec393c28ec2b95c |
UHC | ???¹N???¹\ | 001111110011111100111111101010011111011001001110001111110011111100111111101010011111011001011100 | 3f3f3fa9f64e3f3f3fa9f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)