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 | 野??猷ュ? | 100101101110110000111111001111111001011101010001100000111000010100111111 | 96ec3f3f975183853f |
EUC-JP | 野??猷ュ? | 110011001110111000111111001111111100110110110010101001011110010100111111 | ccee3f3fcdb2a5e53f |
UTF-8 | 野⑷덮猷ュ쪊 | 111010011000011110001110111000101001000110110111111010111000110110101110111001111000110010110111111000111000001110100101111011001010101010001010 | e9878ee291b7eb8daee78cb7e383a5ecaa8a |
UHC | 野⑷덮猷ュ쪊 | 111001011010111110101001111010101011010110100100111010111010001110101011111001011010010110000100 | e5afa9eab5a4eba3abe5a584 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)