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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セ?貭鴉贊軫 | 10111110001111111110011011000010111010011110101111100110110100111110011101100110 | be3fe6c2e9ebe6d3e766 |
EUC-JP | セ尗貭鴉贊軫 | 10001110101111101000111110111010111010101110110011000100111100101110110111101100110101011110110111000111 | 8ebe8fbaeaecc4f2edecd5edc7 |
UTF-8 | セ尗貭鴉贊軫 | 111011111011110110111110111001011011000010010111111010001011001010101101111010011011010010001001111010001011010010001010111010001011101110101011 | efbdbee5b097e8b2ade9b489e8b48ae8bbab |
UHC | ???鴉贊軫 | 001111110011111100111111111001001011110011110011110001111111001011100010 | 3f3f3fe4bcf3c7f2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)