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???N | 001111110111000000111111001111110011111101001110 | 3f703f3f3f4e |
SJIS-WIN | ?p???N | 001111110111000000111111001111110011111101001110 | 3f703f3f3f4e |
EUC-JP | ?p???N | 001111110111000000111111001111110011111101001110 | 3f703f3f3f4e |
UTF-8 | 혡p혫챰혴N | 1110110110011000101000010111000011101101100110001010101111101100101100011011000011101101100110001011010001001110 | ed98a170ed98abecb1b0ed98b44e |
UHC | 혡p혫챰혴N | 11000010100010100111000011000010100100111100001110110001110000101001101101001110 | c28a70c293c3b1c29b4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)