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 | 訂給┗ | 100100101111100110001011100010111000010010101111 | 92f98b8b84af |
EUC-JP | 訂給┗ | 110001001111101110110101111010111010100010110001 | c4fbb5eba8b1 |
UTF-8 | 訂給┗ | 111010001010100010000010111001111011010110100110111000101001010010010111 | e8a882e7b5a6e29497 |
UHC | 訂給┗ | 111011111111010011010000111001011010011010110001 | eff4d0e5a6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)