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 | NR`£NM | 100100100100111010010010010100101000110001100000100100011010001110010010010011101001001001001101 | 924e92528c6091a3924e924d |
SJIS-WIN | ?N?R?`?£?N?M | 00111111010011100011111101010010001111110110000000111111100000011001001000111111010011100011111101001101 | 3f4e3f523f603f81923f4e3f4d |
EUC-JP | ?N?R?`?£?N?M | 00111111010011100011111101010010001111110110000000111111101000011111001000111111010011100011111101001101 | 3f4e3f523f603fa1f23f4e3f4d |
UTF-8 | NR`£NM | 11000010100100100100111011000010100100100101001011000010100011000110000011000010100100011100001010100011110000101001001001001110110000101001001001001101 | c2924ec29252c28c60c291c2a3c2924ec2924d |
UHC | ?N?R?`???N?M | 001111110100111000111111010100100011111101100000001111110011111100111111010011100011111101001101 | 3f4e3f523f603f3f3f4e3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)