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 | 銕牙綜蓐 | 1110011111101100100010011110010110010001100011101110010011101010 | e7ec89e5918ee4ea |
EUC-JP | 銕牙綜蓐 | 1110111011101110101100101110011111000001111011101110100011101100 | eeeeb2e7c1eee8ec |
UTF-8 | 銕牙綜蓐 | 111010011000101010010101111001111000100110011001111001111011011010011100111010001001001110010000 | e98a95e78999e7b69ce89390 |
UHC | ?牙綜? | 001111111110010010110011111100001111110000111111 | 3fe4b3f0fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)