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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艪怨圭纃 | 1110010010000010100010011000010110001100010111001110001110001101 | e48289858c5ce38d |
EUC-JP | 艪怨圭纃 | 1110011111100010101100011110010110110111101111011110010111101101 | e7e2b1e5b7bde5ed |
UTF-8 | 艪怨圭纃 | 111010001000100110101010111001101000000010101000111001011001110010101101111001111011101010000011 | e889aae680a8e59cade7ba83 |
UHC | ?怨圭? | 001111111110101010110011110100001010010000111111 | 3feab3d0a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)