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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒔若娩 | 100011101010101010001110111000011001010111011000 | 8eaa8ee195d8 |
EUC-JP | 蒔若娩 | 101111001010110010111100111000111100101011011010 | bcacbce3cada |
UTF-8 | 蒔若娩 | 111010001001001010010100111010001000101110100101111001011010100010101001 | e89294e88ba5e5a8a9 |
UHC | 蒔若娩 | 111000111100100011100101101101001101100010110100 | e3c8e5b4d8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)