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 | 睛脛?葛?? | 111000011100101111100011111110000011111110001010100010110011111100111111 | e1cbe3f83f8a8b3f3f |
EUC-JP | 睛脛?葛?? | 111000101100110111100110111110100011111110110011111010110011111100111111 | e2cde6fa3fb3eb3f3f |
UTF-8 | 睛脛렒葛렱큔 | 111001111001110110011011111010001000010010011011111010111010000010010010111010001001000110011011111010111010000010110001111011011000000110010100 | e79d9be8849beba092e8919beba0b1ed8194 |
UHC | 睛脛렒葛렱큔 | 111011111110110011001100111010111000111010100111110010101110011110001110101111101100010110100110 | efeccceb8ea7cae78ebec5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)