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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???預??? | 0011111100111111001111111001011101100001001111110011111100111111 | 3f3f3f97613f3f3f |
EUC-JP | ???預??? | 0011111100111111001111111100110111000010001111110011111100111111 | 3f3f3fcdc23f3f3f |
UTF-8 | 怜뉖젵預몄캈溜 | 111011111010011010101100111010111000100110010110111011001010000010110101111010011010000010010000111010111010101010000100111011001011101010001000111011111010011110001011 | efa6aceb8996eca0b5e9a090ebaa84ecba88efa78b |
UHC | 怜뉖젵預몄캈溜 | 1110011110110000100001111110101110100000101010011110011111101000101110001110110010101111100101001110101011111110 | e7b087eba0a9e7e8b8ecaf94eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)