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 | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 陽}Y陽}bE | 100101110111101001111101010110011001011101111010011111010110001001000101 | 977a7d59977a7d6245 |
EUC-JP | 陽}Y陽}bE | 110011011101101101111101010110011100110111011011011111010110001001000101 | cddb7d59cddb7d6245 |
UTF-8 | 陽}Y陽}bE | 1110100110011001101111010111110101011001111010011001100110111101011111010110001001000101 | e999bd7d59e999bd7d6245 |
UHC | 陽}Y陽}bE | 111001011101010101111101010110011110010111010101011111010110001001000101 | e5d57d59e5d57d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)