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¥°G | 1001001001001110100100011010010110010001101100001001001001000111 | 924e91a591b09247 |
SJIS-WIN | ?N?¥?°?G | 00111111010011100011111110000001100011110011111110000001100010110011111101000111 | 3f4e3f818f3f818b3f47 |
EUC-JP | ?N???°?G | 001111110100111000111111001111110011111110100001111010110011111101000111 | 3f4e3f3f3fa1eb3f47 |
UTF-8 | N¥°G | 1100001010010010010011101100001010010001110000101010010111000010100100011100001010110000110000101001001001000111 | c2924ec291c2a5c291c2b0c29247 |
UHC | ?N???°?G | 001111110100111000111111001111110011111110100001110001100011111101000111 | 3f4e3f3f3fa1c63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)