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 | 001111111001011110011100010110010011111110010111100111000110001001000101 | 3f979c593f979c6245 |
EUC-JP | ?梨Y?梨bE | 001111111100110111111100010110010011111111001101111111000110001001000101 | 3fcdfc593fcdfc6245 |
UTF-8 | 卽梨Y卽梨bE | 111001011000110110111101111001101010001010101000010110011110010110001101101111011110011010100010101010000110001001000101 | e58dbde6a2a859e58dbde6a2a86245 |
UHC | 卽梨Y卽梨bE | 1111000111101101110101111101111001011001111100011110110111010111110111100110001001000101 | f1edd7de59f1edd7de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)