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 | 多孫竪側 | 1001000110111101100100011011011110010010010001111001000110100100 | 91bd91b7924791a4 |
EUC-JP | 多孫竪側 | 1100001010111111110000101011100111000011101010001100001010100110 | c2bfc2b9c3a8c2a6 |
UTF-8 | 多孫竪側 | 111001011010010010011010111001011010110110101011111001111010101110101010111001011000000110110100 | e5a49ae5adabe7abaae581b4 |
UHC | 多孫竪側 | 1101001011111101111000011101110111100010101101011111011010110000 | d2fde1dde2b5f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)