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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 橈?}Y橈?}bE | 1001111011110100001111110111110101011001100111101111010000111111011111010110001001000101 | 9ef43f7d599ef43f7d6245 |
EUC-JP | 橈?}Y橈?}bE | 1101110011110110001111110111110101011001110111001111011000111111011111010110001001000101 | dcf63f7d59dcf63f7d6245 |
UTF-8 | 橈랾}Y橈랾}bE | 1110011010101001100010001110101110011110101111100111110101011001111001101010100110001000111010111001111010111110011111010110001001000101 | e6a988eb9ebe7d59e6a988eb9ebe7d6245 |
UHC | 橈랾}Y橈랾}bE | 11101000111110101000111001010111011111010101100111101000111110101000111001010111011111010110001001000101 | e8fa8e577d59e8fa8e577d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)