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 | 永?/ | 1000100101101001001111111000000101011110 | 89693f815e |
EUC-JP | 永?/ | 1011000111001010001111111010000110111111 | b1ca3fa1bf |
UTF-8 | 永롧/ | 111001101011000010111000111010111010000110100111111011111011110010001111 | e6b0b8eba1a7efbc8f |
UHC | 永롧/ | 111001111011010110001110111001111010001110101111 | e7b58ee7a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)