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혨횋 | 11101101100110001010100011101101100110101000101111101101100110001010100101001110111011011001100010101000111011011001101010001011 | ed98a8ed9a8bed98a94eed98a8ed9a8b |
UHC | 혨횋혩N혨횋 | 1100001010010000110000111000100111000010100100010100111011000010100100001100001110001001 | c290c389c2914ec290c389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)