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 | 弱??吟?? | 1000111011100011001111110011111110001011111000010011111100111111 | 8ee33f3f8be13f3f |
EUC-JP | 弱??吟?? | 1011110011100101001111110011111110110110111000110011111100111111 | bce53f3fb6e33f3f |
UTF-8 | 弱덉옺吟됵㎕ | 111001011011110010110001111010111000110110001001111011001001100010111010111001011001000010011111111010111001000010110101111000111000111010010101 | e5bcb1eb8d89ec98bae5909feb90b5e38e95 |
UHC | 弱덉옺吟됵㎕ | 111001011011000010001000111011001001111010110000111010111110000110001001111011111010011110100001 | e5b088ec9eb0ebe189efa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)