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 | 逡??沚 | 111001111001010100111111001111111001111110001101 | e7953f3f9f8d |
EUC-JP | 逡??沚 | 111011011111010100111111001111111101110111101101 | edf53f3fdded |
UTF-8 | 逡ㅷ밤沚 | 111010011000000010100001111000111000010110110111111010111011000010100100111001101011001010011010 | e980a1e385b7ebb0a4e6b29a |
UHC | 逡ㅷ밤沚 | 1111000111100100101001001110011110111001111000111111001010101111 | f1e4a4e7b9e3f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)