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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 鉀[鉀[^ | 11111011110001010101101111111011110001010101101101011110 | fbc55bfbc55b5e |
EUC-JP | 鉀[鉀[^ | 100011111110001111011000010110111000111111100011110110000101101101011110 | 8fe3d85b8fe3d85b5e |
UTF-8 | 鉀[鉀[^ | 111010011000100110000000010110111110100110001001100000000101101101011110 | e989805be989805b5e |
UHC | 鉀[鉀[^ | 11001011101001010101101111001011101001010101101101011110 | cba55bcba55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)