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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ツ宿Yツ宿bE | 110000101000111101101000010110011100001010001111011010000110001001000101 | c28f6859c28f686245 |
EUC-JP | ツ宿Yツ宿bE | 1000111011000010101111011100100101011001100011101100001010111101110010010110001001000101 | 8ec2bdc9598ec2bdc96245 |
UTF-8 | ツ宿Yツ宿bE | 111011111011111010000010111001011010111010111111010110011110111110111110100000101110010110101110101111110110001001000101 | efbe82e5aebf59efbe82e5aebf6245 |
UHC | ?宿Y?宿bE | 001111111110001011010110010110010011111111100010110101100110001001000101 | 3fe2d6593fe2d66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)