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 | ?G?Y? | 0011111101000111001111110101100100111111 | 3f473f593f |
SJIS-WIN | 毬G痾Y陽 | 1001111101111011010001111110000101111101010110011001011101111010 | 9f7b47e17d59977a |
EUC-JP | 毬G痾Y陽 | 1101110111011100010001111110000111011110010110011100110111011011 | dddc47e1de59cddb |
UTF-8 | 毬G痾Y陽 | 1110011010101111101011000100011111100111100101111011111001011001111010011001100110111101 | e6afac47e797be59e999bd |
UHC | 毬G?Y陽 | 11001111101100110100011100111111010110011110010111010101 | cfb3473f59e5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)