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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薰溷廠訒懈シ | 1111101110011110100111111110010110001111101100011111101110100011100111001110011010111100 | fb9e9fe58fb1fba39ce6bc |
EUC-JP | ?溷廠訒懈シ | 001111111101111011100111101111101011001110001111110111011100100011011000111010001000111010111100 | 3fdee7beb38fddc8d8e88ebc |
UTF-8 | 薰溷廠訒懈シ | 111010001001011010110000111001101011101010110111111001011011101110100000111010001010100010010010111001101000011110001000111011111011110110111100 | e896b0e6bab7e5bba0e8a892e68788efbdbc |
UHC | 薰?廠?懈? | 111111011011100100111111111100111101111100111111111110101010101100111111 | fdb93ff3df3ffaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)