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 | 巐逸囹巐 | 1111101010110110100010001110110110011010100110101111101010110110 | fab688ed9a9afab6 |
EUC-JP | 巐逸囹巐 | 10001111101110111111100110110000111011111101001111111010100011111011101111111001 | 8fbbf9b0efd3fa8fbbf9 |
UTF-8 | 巐逸囹巐 | 111001011011011110010000111010011000000010111000111001011001101110111001111001011011011110010000 | e5b790e980b8e59bb9e5b790 |
UHC | ?逸囹? | 001111111110110011101111110101101011011100111111 | 3fecefd6b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)