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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 臓足臓谷B | 100100011001111110010001101010111001000110011111100100100100101001000010 | 919f91ab919f924a42 |
EUC-JP | 臓足臓谷B | 110000101010000111000010101011011100001010100001110000111010101101000010 | c2a1c2adc2a1c3ab42 |
UTF-8 | 臓足臓谷B | 11101000100001111001001111101000101101101011001111101000100001111001001111101000101100001011011101000010 | e88793e8b6b3e88793e8b0b742 |
UHC | ?足?谷B | 00111111111100001110101100111111110011011101101101000010 | 3ff0eb3fcddb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)