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 | 菴醐戎萬 | 1110010010111101100011001110110110001111010111101110010011011101 | e4bd8ced8f5ee4dd |
EUC-JP | 菴醐戎萬 | 1110100010111111101110001110111110111101101111111110100011011111 | e8bfb8efbdbfe8df |
UTF-8 | 菴醐戎萬 | 111010001000111110110100111010011000011010010000111001101000100010001110111010001001000010101100 | e88fb4e98690e6888ee890ac |
UHC | 菴?戎萬 | 11100100111000000011111111101011110101001101100010111111 | e4e03febd4d8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)