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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋺醍阜 | 111001111111101010010001111001111001010110001100 | e7fa91e7958c |
EUC-JP | 鋺醍阜 | 111011101111110011000010111010011100100111101100 | eefcc2e9c9ec |
UTF-8 | 鋺醍阜 | 111010011000101110111010111010011000011010001101111010011001100010011100 | e98bbae9868de9989c |
UHC | ?醍阜 | 0011111111110000101101011101110110111101 | 3ff0b5ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)