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 | 闍槻ケ笏ォ邇 | 11101000100010111001001011001110101110011110001010010100101010111110011110001110 | e88b92ceb9e294abe78e |
EUC-JP | 闍槻ケ笏ォ邇 | 111011111110101111000100110100001000111010111001111000111111010010001110101010111110110111101110 | efebc4d08eb9e3f48eabedee |
UTF-8 | 闍槻ケ笏ォ邇 | 111010011001011110001101111001101010011110111011111011111011110110111001111001111010110010001111111011111011110110101011111010011000001010000111 | e9978de6a7bbefbdb9e7ac8fefbdabe98287 |
UHC | ?槻?笏?邇 | 001111111101000010100111001111111111101111101110001111111110110011000100 | 3fd0a73ffbee3fecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)