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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆滕衷寬 | 1110100010111011100111111110110010010010100011111111101010101010 | e8bb9fec928ffaaa |
EUC-JP | 霆滕衷? | 11110000101111011101111011101110110000111110111100111111 | f0bddeeec3ef3f |
UTF-8 | 霆滕衷寬 | 111010011001110010000110111001101011101110010101111010001010000110110111111001011010111110101100 | e99c86e6bb95e8a1b7e5afac |
UHC | 霆?衷寬 | 11101111111111010011111111110101111110111100111010110000 | effd3ff5fbceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)