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 | 章ェシケ丈ヲ | 1000111111001101101010101011110010111001100011111110010010100110 | 8fcdaabcb98fe4a6 |
EUC-JP | 章ェシケ丈ヲ | 101111101100111110001110101010101000111010111100100011101011100110111110111001101000111010100110 | becf8eaa8ebc8eb9bee68ea6 |
UTF-8 | 章ェシケ丈ヲ | 111001111010101110100000111011111011110110101010111011111011110110111100111011111011110110111001111001001011100010001000111011111011110110100110 | e7aba0efbdaaefbdbcefbdb9e4b888efbda6 |
UHC | 章???丈? | 1110110111110001001111110011111100111111111011011101101100111111 | edf13f3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)