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 | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 銑Y銑bE | 10010001010011000101100110010001010011000110001001000101 | 914c59914c6245 |
EUC-JP | 銑Y銑bE | 11000001101011010101100111000001101011010110001001000101 | c1ad59c1ad6245 |
UTF-8 | 銑Y銑bE | 111010011000101010010001010110011110100110001010100100010110001001000101 | e98a9159e98a916245 |
UHC | 銑Y銑bE | 11100000110101010101100111100000110101010110001001000101 | e0d559e0d56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)