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 | ?P?PB | 0011111101010000001111110101000001000010 | 3f503f5042 |
SJIS-WIN | 但P但PB | 10010010010000010101000010010010010000010101000001000010 | 92415092415042 |
EUC-JP | 但P但PB | 11000011101000100101000011000011101000100101000001000010 | c3a250c3a25042 |
UTF-8 | 但P但PB | 111001001011110110000110010100001110010010111101100001100101000001000010 | e4bd8650e4bd865042 |
UHC | 但P但PB | 11010011101000110101000011010011101000110101000001000010 | d3a350d3a35042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)