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 | ??0依?? | 0011111100111111100000100100111110001000110010110011111100111111 | 3f3f824f88cb3f3f |
EUC-JP | ??0依?? | 0011111100111111101000111011000010110000110011010011111100111111 | 3f3fa3b0b0cd3f3f |
UTF-8 | 閱묐0依썰펺 | 111010011001011010110001111010111010110010010000111011111011110010010000111001001011111010011101111011001000110110110000111011011000111010111010 | e996b1ebac90efbc90e4be9dec8db0ed8eba |
UHC | 閱묐0依썰펺 | 111001101111001110010001111010111010001110110000111010111110111010111101111001001011110010001010 | e6f391eba3b0ebeebde4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)