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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梯?揖?第 | 1001001011110010001111111001011101001011001111111001000111100110 | 92f23f974b3f91e6 |
EUC-JP | 梯?揖?第 | 1100010011110100001111111100110110101100001111111100001011101000 | c4f43fcdac3fc2e8 |
UTF-8 | 梯렱揖렩第 | 111001101010001010101111111010111010000010110001111001101000111110010110111010111010000010101001111001111010110010101100 | e6a2afeba0b1e68f96eba0a9e7acac |
UHC | 梯렱揖렩第 | 11110000101011001000111010111110111010111110011110001110101101111111000010101111 | f0ac8ebeebe78eb7f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)