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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔭??陰λ? | 100010001111110000111111001111111000100101000001100000111100100100111111 | 88fc3f3f894183c93f |
EUC-JP | 蔭??陰λ? | 101100001111111000111111001111111011000110100010101001101100101100111111 | b0fe3f3fb1a2a6cb3f |
UTF-8 | 蔭곗뀛陰λ쨴 | 1110100010010100101011011110101010110011100101111110101110000000100110111110100110011001101100001100111010111011111011001010100010110100 | e894adeab397eb809be999b0cebbeca8b4 |
UHC | 蔭곗뀛陰λ쨴 | 111010111110001110110000111011001000010110010100111010111110010010100101111010111010010010001110 | ebe3b0ec8594ebe4a5eba48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)