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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 吳됰쎁吳됰쎁B | 11100101100100001011001111101011100100001011000011101100100011101000000111100101100100001011001111101011100100001011000011101100100011101000000101000010 | e590b3eb90b0ec8e81e590b3eb90b0ec8e8142 |
UHC | 吳됰쎁吳됰쎁B | 11100111111011111000100111101011100110111010101111100111111011111000100111101011100110111010101101000010 | e7ef89eb9babe7ef89eb9bab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)