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 | 鞦軸煆ネ | 11101000111000011000111010110010111110110101011011001000 | e8e18eb2fb56c8 |
EUC-JP | 鞦軸煆ネ | 111100001110001110111100101101001000111111001001111101001000111011001000 | f0e3bcb48fc9f48ec8 |
UTF-8 | 鞦軸煆ネ | 111010011001111010100110111010001011101110111000111001111000010110000110111011111011111010001000 | e99ea6e8bbb8e78586efbe88 |
UHC | ?軸?? | 0011111111110101111011100011111100111111 | 3ff5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)