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 | 錵遂艮謖 | 1110100001000101100100001000101110001101101011111110011010001100 | e845908b8dafe68c |
EUC-JP | 錵遂艮謖 | 1110111110100110101111111110101110111010101100011110101111101100 | efa6bfebbab1ebec |
UTF-8 | 錵遂艮謖 | 111010011000110010110101111010011000000110000010111010001000100110101110111010001010110010010110 | e98cb5e98182e889aee8ac96 |
UHC | ?遂艮謖 | 00111111111000101100010011001010110111011110000111011010 | 3fe2c4cadde1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)