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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 張θ? | 1001001010100011100000111100011000111111 | 92a383c63f |
EUC-JP | 張θ? | 1100010010100101101001101100100000111111 | c4a5a6c83f |
UTF-8 | 張θ눎 | 1110010110111100101101011100111010111000111010111000100010001110 | e5bcb5ceb8eb888e |
UHC | 張θ눎 | 111011011110010110100101111010001000011110101010 | ede5a5e887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)