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 | 11101000111001111001011101111010011111010101100111101000111001111001011101111010011111010110001001000101 | e8e7977a7d59e8e7977a7d6245 |
EUC-JP | 韈陽}Y韈陽}bE | 11110000111010011100110111011011011111010101100111110000111010011100110111011011011111010110001001000101 | f0e9cddb7d59f0e9cddb7d6245 |
UTF-8 | 韈陽}Y韈陽}bE | 1110100110011111100010001110100110011001101111010111110101011001111010011001111110001000111010011001100110111101011111010110001001000101 | e99f88e999bd7d59e99f88e999bd7d6245 |
UHC | ?陽}Y?陽}bE | 0011111111100101110101010111110101011001001111111110010111010101011111010110001001000101 | 3fe5d57d593fe5d57d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)