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 | ?地曝?? | 00111111100100100110111010010100100110000011111100111111 | 3f926e94983f3f |
EUC-JP | ?地曝?? | 00111111110000111100111111000111111110000011111100111111 | 3fc3cfc7f83f3f |
UTF-8 | 룶地曝㈐룶 | 111010111010001110110110111001011001110010110000111001101001101110011101111000111000100010010000111010111010001110110110 | eba3b6e59cb0e69b9de38890eba3b6 |
UHC | 룶地曝㈐룶 | 10001111101010111111001010100010111110001110110110101001110000011000111110101011 | 8fabf2a2f8eda9c18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)