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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謳野桝巐診 | 11100110100100001001011011101100100101101001000111111010101101101001000001100110 | e69096ec9691fab69066 |
EUC-JP | 謳野桝巐診 | 1110101111110000110011001110111011001011111100011000111110111011111110011011111111000111 | ebf0cceecbf18fbbf9bfc7 |
UTF-8 | 謳野桝巐診 | 111010001010110010110011111010011000011110001110111001101010000110011101111001011011011110010000111010001010100010111010 | e8acb3e9878ee6a19de5b790e8a8ba |
UHC | 謳野??診 | 1100111111000100111001011010111100111111001111111111001011100000 | cfc4e5af3f3ff2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)