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 | 畏??肉?? | 1000100011011000001111110011111110010011111101110011111100111111 | 88d83f3f93f73f3f |
EUC-JP | 畏??肉?? | 1011000011011010001111110011111111000110111110010011111100111111 | b0da3f3fc6f93f3f |
UTF-8 | 畏븐꼶肉⑴뙳 | 111001111001010110001111111010111011100010010000111010101011110010110110111010001000001010001001111000101001000110110100111010111001100110110011 | e7958febb890eabcb6e88289e291b4eb99b3 |
UHC | 畏븐꼶肉⑴뙳 | 111010001110011010111010111011001000010010001110111010111011111110101001111001111000110010110110 | e8e6baec848eebbfa9e78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)