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 | 韆コ雖噂 | 11101000111001101011101011100101101010111000100101011100 | e8e6bae5ab895c |
EUC-JP | 韆コ雖噂 | 1111000011101000100011101011101011101010101011011011000110111101 | f0e88ebaeaadb1bd |
UTF-8 | 韆コ雖噂 | 111010011001111110000110111011111011110110111010111010011001101110010110111001011001100110000010 | e99f86efbdbae99b96e59982 |
UHC | 韆?雖? | 111101001100011100111111111000101100110000111111 | f4c73fe2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)