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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | フ鬚ャ | 11001100111010011010001010101100 | cce9a2ac |
EUC-JP | フ鬚ャ | 100011101100110011110010101001001000111010101100 | 8eccf2a48eac |
UTF-8 | フ鬚ャ | 111011111011111010001100111010011010110010011010111011111011110110101100 | efbe8ce9ac9aefbdac |
UHC | ?鬚? | 00111111111000101101000100111111 | 3fe2d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)