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 | 溿馴岫涇 | 1111101101001010100100111110100110011011101010111111101011111011 | fb4a93e99babfafb |
EUC-JP | 溿馴岫涇 | 10001111110010001011000111000110111010111101011010101101100011111100011111000111 | 8fc8b1c6ebd6ad8fc7c7 |
UTF-8 | 溿馴岫涇 | 111001101011101010111111111010011010011010110100111001011011001010101011111001101011011010000111 | e6babfe9a6b4e5b2abe6b687 |
UHC | ?馴岫涇 | 00111111111000101111100011100001111110111100110011011100 | 3fe2f8e1fbccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)