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??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | ??P?匡? | 00111111001111110101000000111111100010111010011100111111 | 3f3f503f8ba73f |
EUC-JP | ??P?匡? | 00111111001111110101000000111111101101101010100100111111 | 3f3f503fb6a93f |
UTF-8 | 렻렮P렻匡렲 | 11101011101000001011101111101011101000001010111001010000111010111010000010111011111001011000110010100001111010111010000010110010 | eba0bbeba0ae50eba0bbe58ca1eba0b2 |
UHC | 렻렮P렻匡렲 | 1000111011000011100011101011101101010000100011101100001111001110110001001000111010111111 | 8ec38ebb508ec3cec48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)