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? | 0011111100111111001111110011111100111111001111110101000000111111 | 3f3f3f3f3f3f503f |
SJIS-WIN | ??????P? | 0011111100111111001111110011111100111111001111110101000000111111 | 3f3f3f3f3f3f503f |
EUC-JP | ??????P? | 0011111100111111001111110011111100111111001111110101000000111111 | 3f3f3f3f3f3f503f |
UTF-8 | 溜삳젵溜븍젛P溜 | 11101111101001111000101111101100100000101011001111101100101000001011010111101111101001111000101111101011101110001000110111101100101000001001101101010000111011111010011110001011 | efa78bec82b3eca0b5efa78bebb88deca09b50efa78b |
UHC | 溜삳젵溜븍젛P溜 | 111010101111111010111011111010111010000010101001111010101111111010111010111010111010000010010111010100001110101011111110 | eafebbeba0a9eafebaeba09750eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)