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 | 11100100101100000101100111100100101100000110001001000101 | e4b059e4b06245 |
EUC-JP | 莢Y莢bE | 11101000101100100101100111101000101100100110001001000101 | e8b259e8b26245 |
UTF-8 | 莢Y莢bE | 111010001000111010100010010110011110100010001110101000100110001001000101 | e88ea259e88ea26245 |
UHC | 莢Y莢bE | 11111010111110000101100111111010111110000110001001000101 | faf859faf86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)