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 | 筌??悅λ?^ | 11100010101000110011111100111111111110101011110110000011110010010011111101011110 | e2a33f3ffabd83c93f5e |
EUC-JP | 筌???λ?^ | 111001001010010100111111001111110011111110100110110010110011111101011110 | e4a53f3f3fa6cb3f5e |
UTF-8 | 筌뀀젿悅λ젻^ | 111001111010110110001100111010111000000010000000111011001010000010111111111001101000001010000101110011101011101111101100101000001011101101011110 | e7ad8ceb8080eca0bfe68285cebbeca0bb5e |
UHC | 筌뀀젿悅λ젻^ | 11101111101001111011001011101011101000001011000111100110111011011010010111101011101000001010111001011110 | efa7b2eba0b1e6eda5eba0ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)