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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セ燻「シィ\ | 10111110111000001000111010100010101111001010100001011100 | bee08ea2bca85c |
EUC-JP | セ燻「シィ\ | 1000111010111110110111111110111010001110101000101000111010111100100011101010100001011100 | 8ebedfee8ea28ebc8ea85c |
UTF-8 | セ燻「シィ\ | 11101111101111011011111011100111100001111011101111101111101111011010001011101111101111011011110011101111101111011010100001011100 | efbdbee787bbefbda2efbdbcefbda85c |
UHC | ?燻???\ | 00111111111111011011100000111111001111110011111101011100 | 3ffdb83f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)