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 | ?ゃ?術? | 00111111100000101110000100111111100011110111000000111111 | 3f82e13f8f703f |
EUC-JP | ?ゃ?術? | 00111111101001001110001100111111101111011101000100111111 | 3fa4e33fbdd13f |
UTF-8 | 閭ゃ굩術좂 | 111011111010011010000110111000111000001010000011111010101011010110101001111010001010000110010011111011001010001010000010 | efa686e38283eab5a9e8a193eca282 |
UHC | 閭ゃ굩術좂 | 11100110101011011010101011100011100000101000111111100010111110101010000011100111 | e6adaae3828fe2faa0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)