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 | 頏宍紗カ | 11101000111100001000111010110011100011101101000110110110 | e8f08eb38ed1b6 |
EUC-JP | 頏宍紗カ | 1111000011110010101111001011010110111100110100111000111010110110 | f0f2bcb5bcd38eb6 |
UTF-8 | 頏宍紗カ | 111010011010000010001111111001011010111010001101111001111011010010010111111011111011110110110110 | e9a08fe5ae8de7b497efbdb6 |
UHC | ??紗? | 0011111100111111110111101110100100111111 | 3f3fdee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)