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 | 111010001000100010001010011110101110100010001000100010100111101001000010 | e8888a7ae8888a7a42 |
EUC-JP | 闊額闊額B | 111011111110100010110011110110111110111111101000101100111101101101000010 | efe8b3dbefe8b3db42 |
UTF-8 | 闊額闊額B | 11101001100101111000101011101001101000011000110111101001100101111000101011101001101000011000110101000010 | e9978ae9a18de9978ae9a18d42 |
UHC | 闊額闊額B | 111111001100010011100100111111101111110011000100111001001111111001000010 | fcc4e4fefcc4e4fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)