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???R?? | 0011111101010000001111110011111100111111010100100011111100111111 | 3f503f3f3f523f3f |
SJIS-WIN | ?P???R?? | 0011111101010000001111110011111100111111010100100011111100111111 | 3f503f3f3f523f3f |
EUC-JP | ?P???R?? | 0011111101010000001111110011111100111111010100100011111100111111 | 3f503f3f3f523f3f |
UTF-8 | 혪P혩혻혪R혩쨈 | 1110110110011000101010100101000011101101100110001010100111101101100110001011101111101101100110001010101001010010111011011001100010101001111011001010100010001000 | ed98aa50ed98a9ed98bbed98aa52ed98a9eca888 |
UHC | 혪P혩혻혪R혩쨈 | 1100001010010010010100001100001010010001110000101010000011000010100100100101001011000010100100011100001010110100 | c29250c291c2a0c29252c291c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)