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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 癲λ?h癲λ? | 1110000110011111100000111100100100111111011010001110000110011111100000111100100100111111 | e19f83c93f68e19f83c93f |
EUC-JP | 癲λ?h癲λ? | 1110001010100001101001101100101100111111011010001110001010100001101001101100101100111111 | e2a1a6cb3f68e2a1a6cb3f |
UTF-8 | 癲λ퍌h癲λ퍌 | 1110011110011001101100101100111010111011111011011000110110001100011010001110011110011001101100101100111010111011111011011000110110001100 | e799b2cebbed8d8c68e799b2cebbed8d8c |
UHC | 癲λ퍌h癲λ퍌 | 11101111101001101010010111101011101110111000001101101000111011111010011010100101111010111011101110000011 | efa6a5ebbb8368efa6a5ebbb83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)