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 | 筌??游θ? | 111000101010001100111111001111111001111111100000100000111100011000111111 | e2a33f3f9fe083c63f |
EUC-JP | 筌?Ŋ游θ? | 1110010010100101001111111000111110101001101010111101111011100010101001101100100000111111 | e4a53f8fa9abdee2a6c83f |
UTF-8 | 筌곷Ŋ游θ맱 | 11100111101011011000110011101010101100111011011111000101100010101110011010111000101110001100111010111000111010111010011110110001 | e7ad8ceab3b7c58ae6b8b8ceb8eba7b1 |
UHC | 筌곷Ŋ游θ맱 | 111011111010011110000001111010111010100010101111111010101111110110100101111010001001000010111000 | efa781eba8afeafda5e890b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)