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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劑拔ぐ? | 10011001100111011001110101010101100000101010111000111111 | 999d9d5582ae3f |
EUC-JP | 劑拔ぐ? | 11010001111111011101100110110110101001001011000000111111 | d1fdd9b6a4b03f |
UTF-8 | 劑拔ぐ렱 | 111001011000101010010001111001101000101110010100111000111000000110010000111010111010000010110001 | e58a91e68b94e38190eba0b1 |
UHC | 劑拔ぐ렱 | 1111000010100101110110101111101110101010101100001000111010111110 | f0a5dafbaab08ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)