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 | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
EUC-JP | 濚??徇?? | 100011111100100110100001001111110011111111010111110011100011111100111111 | 8fc9a13f3fd7ce3f3f |
UTF-8 | 濚밭덱徇숃윿 | 111001101011111110011010111010111011000010101101111010111000110110110001111001011011111010000111111011001000100010000011111011001001110010111111 | e6bf9aebb0adeb8db1e5be87ec8883ec9cbf |
UHC | 濚밭덱徇숃윿 | 111001111011100110111001111001111011010110100110111000101101111110011001111010001001111110110111 | e7b9b9e7b5a6e2df99e89fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)