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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 蘊??u | 1110010101011101001111110011111101110101 | e55d3f3f75 |
EUC-JP | 蘊??u | 1110100110111110001111110011111101110101 | e9be3f3f75 |
UTF-8 | 蘊딅젨u | 11101000100110001000101011101011100101001000010111101100101000001010100001110101 | e8988aeb9485eca0a875 |
UHC | 蘊딅젨u | 11101000101100111000101011101011101000001010000001110101 | e8b38aeba0a075 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)