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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鈆鈆[鈆鈆[^ | 1111101111000001111110111100000101011011111110111100000111111011110000010101101101011110 | fbc1fbc15bfbc1fbc15b5e |
EUC-JP | 鈆鈆[鈆鈆[^ | 100011111110001110111100100011111110001110111100010110111000111111100011101111001000111111100011101111000101101101011110 | 8fe3bc8fe3bc5b8fe3bc8fe3bc5b5e |
UTF-8 | 鈆鈆[鈆鈆[^ | 111010011000100010000110111010011000100010000110010110111110100110001000100001101110100110001000100001100101101101011110 | e98886e988865be98886e988865b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)