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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?寗?? | 001111111000111110111010111000000011111100111111 | 3f8fbae03f3f |
UTF-8 | 뤶寗맑캬 | 111010111010010010110110111001011010111110010111111010111010011110010001111011001011101010101100 | eba4b6e5af97eba791ecbaac |
UHC | 뤶寗맑캬 | 1000111111100100110100101011110010111000101111001100010010111100 | 8fe4d2bcb8bcc4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)