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?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
SJIS-WIN | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
EUC-JP | ???N?? | 001111110011111100111111010011100011111100111111 | 3f3f3f4e3f3f |
UTF-8 | 혨횑혩N혺짬 | 11101101100110001010100011101101100110101001000111101101100110001010100101001110111011011001100010111010111011001010011110101100 | ed98a8ed9a91ed98a94eed98baeca7ac |
UHC | 혨횑혩N혺짬 | 1100001010010000110000111000110011000010100100010100111011000010100111111100001010101011 | c290c38cc2914ec29fc2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)