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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ搜ツ搜B | 11000010100111010111001011000010100111010111001001000010 | c29d72c29d7242 |
EUC-JP | ツ搜ツ搜B | 100011101100001011011001110100111000111011000010110110011101001101000010 | 8ec2d9d38ec2d9d342 |
UTF-8 | ツ搜ツ搜B | 11101111101111101000001011100110100100001001110011101111101111101000001011100110100100001001110001000010 | efbe82e6909cefbe82e6909c42 |
UHC | ?搜?搜B | 00111111111000101010010000111111111000101010010001000010 | 3fe2a43fe2a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)