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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 識渼爾 | 11110001111001101000111010101111111110110100100110001110101000101111000111111100 | f1e68eaffb498ea2f1fc |
EUC-JP | ?識渼爾? | 001111111011110010110001100011111100011111110000101111001010010000111111 | 3fbcb18fc7f0bca43f |
UTF-8 | 識渼爾 | 111011101000010110100001111010001010110110011000111001101011100010111100111001111000100010111110111011101000010110110111 | ee85a1e8ad98e6b8bce788beee85b7 |
UHC | ?識渼爾? | 0011111111100011110110111101101010110100111011001011001100111111 | 3fe3dbdab4ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)