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 | UK | 100100000101010110011000010010111000001010001000 | 9055984b8288 |
SJIS-WIN | ?U?K?? | 001111110101010100111111010010110011111100111111 | 3f553f4b3f3f |
EUC-JP | ?U?K?? | 001111110101010100111111010010110011111100111111 | 3f553f4b3f3f |
UTF-8 | UK | 11000010100100000101010111000010100110000100101111000010100000101100001010001000 | c29055c2984bc282c288 |
UHC | ?U?K?? | 001111110101010100111111010010110011111100111111 | 3f553f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)