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 | 娃??節э? | 100010001010000100111111001111111001000011011111100001001000111100111111 | 88a13f3f90df848f3f |
EUC-JP | 娃??節э? | 101100001010001100111111001111111100000011100001101001111110111100111111 | b0a33f3fc0e1a7ef3f |
UTF-8 | 娃ⓦ굟節э쉿 | 1110010110101000100000111110001010010011101001101110101010110101100111111110011110101111100000001101000110001101111011001000100110111111 | e5a883e293a6eab59fe7af80d18dec89bf |
UHC | 娃ⓦ굟節э쉿 | 111010001101111110101000111000111000001010000111111011111011110110101100111011111011110110110010 | e8dfa8e38287efbdacefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)