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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???節э? | 0011111100111111001111111001000011011111100001001000111100111111 | 3f3f3f90df848f3f |
EUC-JP | ???節э? | 0011111100111111001111111100000011100001101001111110111100111111 | 3f3f3fc0e1a7ef3f |
UTF-8 | 溫볟툦節э쉿 | 1110011010111010101010111110101110110011100111111110110110001000101001101110011110101111100000001101000110001101111011001000100110111111 | e6baabebb39fed88a6e7af80d18dec89bf |
UHC | 溫볟툦節э쉿 | 111010001010111010010011111001011011100010011101111011111011110110101100111011111011110110110010 | e8ae93e5b89defbdacefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)