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 | 111001111000001010100001111001101010001010101000010110011110011110000010101000011110011010100010101010000110001001000101 | e782a1e6a2a859e782a1e6a2a86245 |
UHC | 炡梨Y炡梨bE | 1110111111101000110101111101111001011001111011111110100011010111110111100110001001000101 | efe8d7de59efe8d7de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)