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 | 韆ケ雖頴 | 11101000111001101011100111100101101010111000100101101111 | e8e6b9e5ab896f |
EUC-JP | 韆ケ雖頴 | 1111000011101000100011101011100111101010101011011011000111010000 | f0e88eb9eaadb1d0 |
UTF-8 | 韆ケ雖頴 | 111010011001111110000110111011111011110110111001111010011001101110010110111010011010000010110100 | e99f86efbdb9e99b96e9a0b4 |
UHC | 韆?雖? | 111101001100011100111111111000101100110000111111 | f4c73fe2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)