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 | 11010101101011100101100111010101101011100110001001000101 | d5ae59d5ae6245 |
EUC-JP | ユョYユョbE | 1000111011010101100011101010111001011001100011101101010110001110101011100110001001000101 | 8ed58eae598ed58eae6245 |
UTF-8 | ユョYユョbE | 111011111011111010010101111011111011110110101110010110011110111110111110100101011110111110111101101011100110001001000101 | efbe95efbdae59efbe95efbdae6245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)