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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | ?首?x{d | 00111111100011101111000100111111011110000111101101100100 | 3f8ef13f787b64 |
EUC-JP | ?首?x{d | 00111111101111001111001100111111011110000111101101100100 | 3fbcf33f787b64 |
UTF-8 | 롒首렟x{d | 111010111010000110010010111010011010011010010110111010111010000010011111011110000111101101100100 | eba192e9a696eba09f787b64 |
UHC | 롒首렟x{d | 100011101101011111100010110011111000111010110000011110000111101101100100 | 8ed7e2cf8eb0787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)