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 | 渹ト鬚颱 | 11111011010001101100010011101001101000101110100101000101 | fb46c4e9a2e945 |
EUC-JP | 渹ト鬚颱 | 100011111100011111101110100011101100010011110010101001001111000110100110 | 8fc7ee8ec4f2a4f1a6 |
UTF-8 | 渹ト鬚颱 | 111001101011100010111001111011111011111010000100111010011010110010011010111010011010001010110001 | e6b8b9efbe84e9ac9ae9a2b1 |
UHC | ??鬚颱 | 001111110011111111100010110100011111011111000111 | 3f3fe2d1f7c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)