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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 弔??私?] | 1001001010100010001111110011111110001110100001000011111101011101 | 92a23f3f8e843f5d |
EUC-JP | 弔?焌私?] | 11000100101001000011111110001111110010011110100010111011111001000011111101011101 | c4a43f8fc9e8bbe43f5d |
UTF-8 | 弔렲焌私볕] | 11100101101111001001010011101011101000001011001011100111100001001000110011100111101001111000000111101011101100111001010101011101 | e5bc94eba0b2e7848ce7a781ebb3955d |
UHC | 弔렲焌私볕] | 1111000011000000100011101011111111110001111000001101111011100111101110101011010101011101 | f0c08ebff1e0dee7bab55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)