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½£N | 1001001001001110100100011011110110010001101000111001001001001110 | 924e91bd91a3924e |
SJIS-WIN | ?N???£?N | 001111110100111000111111001111110011111110000001100100100011111101001110 | 3f4e3f3f3f81923f4e |
EUC-JP | ?N???£?N | 001111110100111000111111001111110011111110100001111100100011111101001110 | 3f4e3f3f3fa1f23f4e |
UTF-8 | N½£N | 1100001010010010010011101100001010010001110000101011110111000010100100011100001010100011110000101001001001001110 | c2924ec291c2bdc291c2a3c2924e |
UHC | ?N?½???N | 001111110100111000111111101010001111011000111111001111110011111101001110 | 3f4e3fa8f63f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)