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 | ?B_?~ | 0011111101000010010111110011111101111110 | 3f425f3f7e |
SJIS-WIN | ?B_?~ | 0011111101000010010111110011111101111110 | 3f425f3f7e |
EUC-JP | ?B_?~ | 0011111101000010010111110011111101111110 | 3f425f3f7e |
UTF-8 | 혳B_찼~ | 111011011001100010110011010000100101111111101100101100001011110001111110 | ed98b3425fecb0bc7e |
UHC | 혳B_찼~ | 11000010100110100100001001011111110000111010000101111110 | c29a425fc3a17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)