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?? | 00111111010011100011111100111111 | 3f4e3f3f |
SJIS-WIN | 咤N唸陽 | 10011010010000100100111010011010010110001001011101111010 | 9a424e9a58977a |
EUC-JP | 咤N唸陽 | 11010011101000110100111011010011101110011100110111011011 | d3a34ed3b9cddb |
UTF-8 | 咤N唸陽 | 11100101100100101010010001001110111001011001010010111000111010011001100110111101 | e592a44ee594b8e999bd |
UHC | 咤N?陽 | 111101101110001101001110001111111110010111010101 | f6e34e3fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)