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? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
EUC-JP | ???P? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
UTF-8 | 溜삳젍P溜 | 11101111101001111000101111101100100000101011001111101100101000001000110101010000111011111010011110001011 | efa78bec82b3eca08d50efa78b |
UHC | 溜삳젍P溜 | 111010101111111010111011111010111010000010001110010100001110101011111110 | eafebbeba08e50eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)