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 | 1111101110100011101101010111110101011001111110111010001110110101011111010110001001000101 | fba3b57d59fba3b57d6245 |
EUC-JP | 訒オ}Y訒オ}bE | 100011111101110111001000100011101011010101111101010110011000111111011101110010001000111010110101011111010110001001000101 | 8fddc88eb57d598fddc88eb57d6245 |
UTF-8 | 訒オ}Y訒オ}bE | 1110100010101000100100101110111110111101101101010111110101011001111010001010100010010010111011111011110110110101011111010110001001000101 | e8a892efbdb57d59e8a892efbdb57d6245 |
UHC | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)