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 | 制?蔚? | 100100001010011100111111100010010101010100111111 | 90a73f89553f |
EUC-JP | 制?蔚? | 110000001010100100111111101100011011011000111111 | c0a93fb1b63f |
UTF-8 | 制렠蔚며 | 111001011000100010110110111010111010000010100000111010001001010010011010111010111010100110110000 | e588b6eba0a0e8949aeba9b0 |
UHC | 制렠蔚며 | 1111000010100100100011101011000111101010101001011011100011100111 | f0a48eb1eaa5b8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)