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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 吳뷩럩吳뷩럧^ | 11100101100100001011001111101011101101111010100111101011100111111010100111100101100100001011001111101011101101111010100111101011100111111010011101011110 | e590b3ebb7a9eb9fa9e590b3ebb7a9eb9fa75e |
UHC | 吳뷩럩吳뷩럧^ | 11100111111011111011101011100011100011101000110011100111111011111011101011100011100011101000101001011110 | e7efbae38e8ce7efbae38e8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)