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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 筌λ????^ | 111000101010001110000011110010010011111100111111001111110011111101011110 | e2a383c93f3f3f3f5e |
EUC-JP | 筌λł???^ | 1110010010100101101001101100101110001111101010011100100000111111001111110011111101011110 | e4a5a6cb8fa9c83f3f3f5e |
UTF-8 | 筌λł溜뀀젿^ | 1110011110101101100011001100111010111011110001011000001011101111101001111000101111101011100000001000000011101100101000001011111101011110 | e7ad8ccebbc582efa78beb8080eca0bf5e |
UHC | 筌λł溜뀀젿^ | 11101111101001111010010111101011101010011010100111101010111111101011001011101011101000001011000101011110 | efa7a5eba9a9eafeb2eba0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)