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 | 迪?粧??? | 1110011110001100001111111000111111001111001111110011111100111111 | e78c3f8fcf3f3f3f |
EUC-JP | 迪?粧?馹? | 11101101111011000011111110111110110100010011111110001111111010011010000100111111 | edec3fbed13f8fe9a13f |
UTF-8 | 迪렫粧렲馹㎖ | 111010001011111110101010111010111010000010101011111001111011001010100111111010111010000010110010111010011010011010111001111000111000111010010110 | e8bfaaeba0abe7b2a7eba0b2e9a6b9e38e96 |
UHC | 迪렫粧렲馹㎖ | 111011101110100010001110101110011110110111110010100011101011111111101100111100011010011110100010 | eee88eb9edf28ebfecf1a7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)