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 | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
SJIS-WIN | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
EUC-JP | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
UTF-8 | 창u}Y창u}bE | 11101100101100001011110101110101011111010101100111101100101100001011110101110101011111010110001001000101 | ecb0bd757d59ecb0bd757d6245 |
UHC | 창u}Y창u}bE | 1100001110100010011101010111110101011001110000111010001001110101011111010110001001000101 | c3a2757d59c3a2757d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)