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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 粧??h粧 | 10001111110011110011111100111111011010001000111111001111 | 8fcf3f3f688fcf |
EUC-JP | 粧??h粧 | 10111110110100010011111100111111011010001011111011010001 | bed13f3f68bed1 |
UTF-8 | 粧딀쐩h粧 | 11100111101100101010011111101011100101001000000011101100100100001010100101101000111001111011001010100111 | e7b2a7eb9480ec90a968e7b2a7 |
UHC | 粧딀쐩h粧 | 111011011111001010001010111001101001110010001110011010001110110111110010 | edf28ae69c8e68edf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)