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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓦ら?節?? | 100010101010001010000010111001110011111110010000110111110011111100111111 | 8aa282e73f90df3f3f |
EUC-JP | 瓦ら?節?? | 101101001010010010100100111010010011111111000000111000010011111100111111 | b4a4a4e93fc0e13f3f |
UTF-8 | 瓦ら죺節억슝 | 111001111001001110100110111000111000001010001001111011001010001110111010111001111010111110000000111011001001011010110101111011001000101010011101 | e793a6e38289eca3bae7af80ec96b5ec8a9d |
UHC | 瓦ら죺節억슝 | 111010001011111110101010111010011010000110010100111011111011110110111110111011111011110110111001 | e8bfaae9a194efbdbeefbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)