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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?朞?ビ?\ | 0011111110011110010011010011111110000011011100100011111101011100 | 3f9e4d3f83723f5c |
EUC-JP | ?朞?ビ?\ | 0011111111011011101011100011111110100101110100110011111101011100 | 3fdbae3fa5d33f5c |
UTF-8 | 룵朞卽ビ∼\ | 11101011101000111011010111100110100111001001111011100101100011011011110111100011100000111001001111100010100010001011110001011100 | eba3b5e69c9ee58dbde38393e288bc5c |
UHC | 룵朞卽ビ∼\ | 1000111110101010110100011010000111110001111011011010101111010011101000011010110101011100 | 8faad1a1f1edabd3a1ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)