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^ | 0011111100111111001111110011111100111111001111110100111001011110 | 3f3f3f3f3f3f4e5e |
SJIS-WIN | ??????N^ | 0011111100111111001111110011111100111111001111110100111001011110 | 3f3f3f3f3f3f4e5e |
EUC-JP | ??????N^ | 0011111100111111001111110011111100111111001111110100111001011110 | 3f3f3f3f3f3f4e5e |
UTF-8 | 첬쨋짧첬쨋짚N^ | 1110110010110010101011001110110010101000100010111110110010100111101001111110110010110010101011001110110010101000100010111110110010100111100110100100111001011110 | ecb2aceca88beca7a7ecb2aceca88beca79a4e5e |
UHC | 첬쨋짧첬쨋짚N^ | 1100001110111010110000101011011011000010101010101100001110111010110000101011011011000010101001000100111001011110 | c3bac2b6c2aac3bac2b6c2a44e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)