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???\ | 0011111100111111001111110100111000111111001111110011111101011100 | 3f3f3f4e3f3f3f5c |
SJIS-WIN | ???N???\ | 0011111100111111001111110100111000111111001111110011111101011100 | 3f3f3f4e3f3f3f5c |
EUC-JP | ???N???\ | 0011111100111111001111110100111000111111001111110011111101011100 | 3f3f3f4e3f3f3f5c |
UTF-8 | 렱렚섕N렱렚섕\ | 1110101110100000101100011110101110100000100110101110110010000100100101010100111011101011101000001011000111101011101000001001101011101100100001001001010101011100 | eba0b1eba09aec84954eeba0b1eba09aec84955c |
UHC | 렱렚섕N렱렚섕\ | 1000111010111110100011101010110110111100101011000100111010001110101111101000111010101101101111001010110001011100 | 8ebe8eadbcac4e8ebe8eadbcac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)