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 | 蘊?В? | 111001010101110100111111100001000100001000111111 | e55d3f84423f |
EUC-JP | 蘊?В? | 111010011011111000111111101001111010001100111111 | e9be3fa7a33f |
UTF-8 | 蘊덆В力 | 1110100010011000100010101110101110001101100001101101000010010010111011111010011010001010 | e8988aeb8d86d092efa68a |
UHC | 蘊덆В力 | 1110100010110011100010001110100110101100101000111110011010110011 | e8b388e9aca3e6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)