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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 弴疾[弴疾[^ | 1111101010111000100011101011111001011011111110101011100010001110101111100101101101011110 | fab88ebe5bfab88ebe5b5e |
EUC-JP | 弴疾[弴疾[^ | 10001111101111001110110110111100110000000101101110001111101111001110110110111100110000000101101101011110 | 8fbcedbcc05b8fbcedbcc05b5e |
UTF-8 | 弴疾[弴疾[^ | 111001011011110010110100111001111001011010111110010110111110010110111100101101001110011110010110101111100101101101011110 | e5bcb4e796be5be5bcb4e796be5b5e |
UHC | ?疾[?疾[^ | 001111111111001011110000010110110011111111110010111100000101101101011110 | 3ff2f05b3ff2f05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)