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 | ??ち?? | 001111110011111110000010101111110011111100111111 | 3f3f82bf3f3f |
EUC-JP | ??ち?? | 001111110011111110100100110000010011111100111111 | 3f3fa4c13f3f |
UTF-8 | 룶츕ち룶₃ | 111010111010001110110110111011001011100010010101111000111000000110100001111010111010001110110110111000101000001010000011 | eba3b6ecb895e381a1eba3b6e28283 |
UHC | 룶츕ち룶₃ | 10001111101010111010111010001111101010101100000110001111101010111010100111111101 | 8fabae8faac18faba9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)