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 | 釿夜岫鈞 | 1110011111100001100101101110100110011011101010111110011111100000 | e7e196e99babe7e0 |
EUC-JP | 釿夜岫鈞 | 1110111011100011110011001110101111010110101011011110111011100010 | eee3ccebd6adeee2 |
UTF-8 | 釿夜岫鈞 | 111010011000011110111111111001011010010010011100111001011011001010101011111010011000100010011110 | e987bfe5a49ce5b2abe9889e |
UHC | ?夜岫鈞 | 00111111111001011010100011100001111110111101000010110111 | 3fe5a8e1fbd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)