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 | 葆九原莨 | 1110010011011100100010111110001110001100101101001110010010111100 | e4dc8be38cb4e4bc |
EUC-JP | 葆九原莨 | 1110100011011110101101101110010110111000101101101110100010111110 | e8deb6e5b8b6e8be |
UTF-8 | 葆九原莨 | 111010001001000110000110111001001011100110011101111001011000111010011111111010001000111010101000 | e89186e4b99de58e9fe88ea8 |
UHC | ?九原? | 001111111100111011111010111010101010101100111111 | 3fcefaeaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)