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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 凋巳???^ | 1001001010011100100101101010010000111111001111110011111101011110 | 929c96a43f3f3f5e |
EUC-JP | 凋巳???^ | 1100001111111100110011001010011000111111001111110011111101011110 | c3fccca63f3f3f5e |
UTF-8 | 凋巳댄렒렖^ | 11100101100001111000101111100101101101111011001111101011100011001000010011101011101000001001001011101011101000001001011001011110 | e5878be5b7b3eb8c84eba092eba0965e |
UHC | 凋巳댄렒렖^ | 1111000010111101110111101101001110110100111011011000111010100111100011101010101101011110 | f0bdded3b4ed8ea78eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)