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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 孩梨Y孩梨bE | 1001101101110111100101111001110001011001100110110111011110010111100111000110001001000101 | 9b77979c599b77979c6245 |
EUC-JP | 孩梨Y孩梨bE | 1101010111011000110011011111110001011001110101011101100011001101111111000110001001000101 | d5d8cdfc59d5d8cdfc6245 |
UTF-8 | 孩梨Y孩梨bE | 111001011010110110101001111001101010001010101000010110011110010110101101101010011110011010100010101010000110001001000101 | e5ada9e6a2a859e5ada9e6a2a86245 |
UHC | 孩梨Y孩梨bE | 1111101010101001110101111101111001011001111110101010100111010111110111100110001001000101 | faa9d7de59faa9d7de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)