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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葹ょ┏腱 | 1110010011011111100000101110010110000100101011001110010001000110 | e4df82e584ace446 |
EUC-JP | 葹ょ┏腱 | 1110100011100001101001001110011110101000101011101110011110100111 | e8e1a4e7a8aee7a7 |
UTF-8 | 葹ょ┏腱 | 111010001001000110111001111000111000001010000111111000101001010010001111111010001000010110110001 | e891b9e38287e2948fe885b1 |
UHC | ?ょ┏腱 | 00111111101010101110011110100110101011101100101111110010 | 3faae7a6aecbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)