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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 牆橋?^ | 111000001010110110001011101101000011111101011110 | e0ad8bb43f5e |
EUC-JP | 牆橋?^ | 111000001010111110110110101101100011111101011110 | e0afb6b63f5e |
UTF-8 | 牆橋갼^ | 11100111100010011000011011100110101010011000101111101010101100001011110001011110 | e78986e6a98beab0bc5e |
UHC | 牆橋갼^ | 11101101111011011100111011101001101100001011111001011110 | ededcee9b0be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)