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 | ???x??? | 00111111001111110011111101111000001111110011111100111111 | 3f3f3f783f3f3f |
SJIS-WIN | ???x??? | 00111111001111110011111101111000001111110011111100111111 | 3f3f3f783f3f3f |
EUC-JP | ???x??? | 00111111001111110011111101111000001111110011111100111111 | 3f3f3f783f3f3f |
UTF-8 | 챈짙혳x챌창짹 | 11101100101100011000100011101100101001111001100111101101100110001011001101111000111011001011000110001100111011001011000010111101111011001010011110111001 | ecb188eca799ed98b378ecb18cecb0bdeca7b9 |
UHC | 챈짙혳x챌창짹 | 11000011101001101100001010100011110000101001101001111000110000111010011111000011101000101100001010110001 | c3a6c2a3c29a78c3a7c3a2c2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)