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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?枚??枚?^ | 001111111001011010000111001111110011111110010110100001110011111101011110 | 3f96873f3f96873f5e |
EUC-JP | ?枚??枚?^ | 001111111100101111100111001111110011111111001011111001110011111101011110 | 3fcbe73f3fcbe73f5e |
UTF-8 | 茶枚랩茶枚랩^ | 11101111101001111011111011100110100111101001101011101011100111101010100111101111101001111011111011100110100111101001101011101011100111101010100101011110 | efa7bee69e9aeb9ea9efa7bee69e9aeb9ea95e |
UHC | 茶枚랩茶枚랩^ | 11110011101100011101100011011101101101111010011011110011101100011101100011011101101101111010011001011110 | f3b1d8ddb7a6f3b1d8ddb7a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)