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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蘊? | 00111111111001010101110100111111 | 3fe55d3f |
EUC-JP | ?蘊? | 00111111111010011011111000111111 | 3fe9be3f |
UTF-8 | 렰蘊롃 | 111010111010000010110000111010001001100010001010111010111010000110000011 | eba0b0e8988aeba183 |
UHC | 렰蘊롃 | 100011101011110111101000101100111000111011001010 | 8ebde8b38eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)