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 | ?P???K?N | 0011111101010000001111110011111100111111010010110011111101001110 | 3f503f3f3f4b3f4e |
SJIS-WIN | ?P???K?N | 0011111101010000001111110011111100111111010010110011111101001110 | 3f503f3f3f4b3f4e |
EUC-JP | ?P???K?N | 0011111101010000001111110011111100111111010010110011111101001110 | 3f503f3f3f4b3f4e |
UTF-8 | 혪P혩짰혪K혪N | 111011011001100010101010010100001110110110011000101010011110110010100111101100001110110110011000101010100100101111101101100110001010101001001110 | ed98aa50ed98a9eca7b0ed98aa4bed98aa4e |
UHC | 혪P혩짰혪K혪N | 11000010100100100101000011000010100100011100001010101110110000101001001001001011110000101001001001001110 | c29250c291c2aec2924bc2924e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)