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 | 薊ゆ┌絲 | 1110010101001000100000101110010010000100101000011110001101001110 | e54882e484a1e34e |
EUC-JP | 薊ゆ┌絲 | 1110100110101001101001001110011010101000101000111110010110101111 | e9a9a4e6a8a3e5af |
UTF-8 | 薊ゆ┌絲 | 111010001001011010001010111000111000001010000110111000101001010010001100111001111011010110110010 | e8968ae38286e2948ce7b5b2 |
UHC | ?ゆ┌絲 | 00111111101010101110011010100110101000111101111011101010 | 3faae6a6a3deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)