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¤½Uk | 1001001001001110100100011010010010010001101111010101010101101011 | 924e91a491bd556b |
SJIS-WIN | ?N????Uk | 0011111101001110001111110011111100111111001111110101010101101011 | 3f4e3f3f3f3f556b |
EUC-JP | ?N?¤??Uk | 00111111010011100011111110001111101000101111000000111111001111110101010101101011 | 3f4e3f8fa2f03f3f556b |
UTF-8 | N¤½Uk | 11000010100100100100111011000010100100011100001010100100110000101001000111000010101111010101010101101011 | c2924ec291c2a4c291c2bd556b |
UHC | ?N?¤?½Uk | 00111111010011100011111110100010101101000011111110101000111101100101010101101011 | 3f4e3fa2b43fa8f6556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)