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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祭??珥?? | 1000110111010101001111110011111111100000111000000011111100111111 | 8dd53f3fe0e03f3f |
EUC-JP | 祭泮?珥?? | 10111010110101111000111111000111101010000011111111100000111000100011111100111111 | bad78fc7a83fe0e23f3f |
UTF-8 | 祭泮사珥렮罹 | 111001111010010110101101111001101011001110101110111011001000001010101100111001111000111110100101111010111010000010101110111011111010011110100110 | e7a5ade6b3aeec82ace78fa5eba0aeefa7a6 |
UHC | 祭泮사珥렮罹 | 111100001010111011011010111010101011101111100111111011001011010010001110101110111110110010111010 | f0aedaeabbe7ecb48ebbecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)