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??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-WIN | 恁?N恁?\ | 1001110010001100001111110100111010011100100011000011111101011100 | 9c8c3f4e9c8c3f5c |
EUC-JP | 恁?N恁?\ | 1101011111101100001111110100111011010111111011000011111101011100 | d7ec3f4ed7ec3f5c |
UTF-8 | 恁쿦N恁쿦\ | 1110011010000001100000011110110010111111101001100100111011100110100000011000000111101100101111111010011001011100 | e68181ecbfa64ee68181ecbfa65c |
UHC | 恁쿦N恁쿦\ | 11101100111101101011001101011000010011101110110011110110101100110101100001011100 | ecf6b3584eecf6b3585c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)