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 | 薺逸蹴鐔 | 1110010101010100100010001110110110001111010100101110100001011100 | e55488ed8f52e85c |
EUC-JP | 薺逸蹴鐔 | 1110100110110101101100001110111110111101101100111110111110111101 | e9b5b0efbdb3efbd |
UTF-8 | 薺逸蹴鐔 | 111010001001011010111010111010011000000010111000111010001011100110110100111010011001000010010100 | e896bae980b8e8b9b4e99094 |
UHC | 薺逸蹴? | 11110000101100011110110011101111111101011110110100111111 | f0b1eceff5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)