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 | 11100101100100111110001111000010011111010101100111100101100100111110001111000010011111010110001001000101 | e593e3c27d59e593e3c27d6245 |
EUC-JP | 蜩翊}Y蜩翊}bE | 11101001111100111110011011000100011111010101100111101001111100111110011011000100011111010110001001000101 | e9f3e6c47d59e9f3e6c47d6245 |
UTF-8 | 蜩翊}Y蜩翊}bE | 1110100010011100101010011110011110111111100010100111110101011001111010001001110010101001111001111011111110001010011111010110001001000101 | e89ca9e7bf8a7d59e89ca9e7bf8a7d6245 |
UHC | ?翊}Y?翊}bE | 0011111111101100110011010111110101011001001111111110110011001101011111010110001001000101 | 3feccd7d593feccd7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)