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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 実煮}Y実煮}bE | 10001110110000001000111011001111011111010101100110001110110000001000111011001111011111010110001001000101 | 8ec08ecf7d598ec08ecf7d6245 |
EUC-JP | 実煮}Y実煮}bE | 10111100110000101011110011010001011111010101100110111100110000101011110011010001011111010110001001000101 | bcc2bcd17d59bcc2bcd17d6245 |
UTF-8 | 実煮}Y実煮}bE | 1110010110101110100111111110011110000101101011100111110101011001111001011010111010011111111001111000010110101110011111010110001001000101 | e5ae9fe785ae7d59e5ae9fe785ae7d6245 |
UHC | ?煮}Y?煮}bE | 0011111111101101101101000111110101011001001111111110110110110100011111010110001001000101 | 3fedb47d593fedb47d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)