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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 悟?U}悟?U{^ | 1000110011100101001111110101010101111101100011001110010100111111010101010111101101011110 | 8ce53f557d8ce53f557b5e |
EUC-JP | 悟?U}悟?U{^ | 1011100011100111001111110101010101111101101110001110011100111111010101010111101101011110 | b8e73f557db8e73f557b5e |
UTF-8 | 悟뒅U}悟뒅U{^ | 1110011010000010100111111110101110010010100001010101010101111101111001101000001010011111111010111001001010000101010101010111101101011110 | e6829feb9285557de6829feb9285557b5e |
UHC | 悟뒅U}悟뒅U{^ | 11100111111101101000101010000011010101010111110111100111111101101000101010000011010101010111101101011110 | e7f68a83557de7f68a83557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)