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 | Ä»³ëç£Õã | 1100010010111011101100111110101111100111101000111101010111100011 | c4bbb3ebe7a3d5e3 |
SJIS-WIN | ?????£?? | 001111110011111100111111001111110011111110000001100100100011111100111111 | 3f3f3f3f3f81923f3f |
EUC-JP | Ä??ëç£Õã | 10001111101010101010001100111111001111111000111110101011101100111000111110101011101011101010000111110010100011111010101011011000100011111010101110101010 | 8faaa33f3f8fabb38fabaea1f28faad88fabaa |
UTF-8 | Ä»³ëç£Õã | 11000011100001001100001010111011110000101011001111000011101010111100001110100111110000101010001111000011100101011100001110100011 | c384c2bbc2b3c3abc3a7c2a3c395c3a3 |
UHC | ??³????? | 001111110011111110101001111110000011111100111111001111110011111100111111 | 3f3fa9f83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)