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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 渦y渦yB | 10001001010100010111100110001001010100010111100101000010 | 89517989517942 |
EUC-JP | 渦y渦yB | 10110001101100100111100110110001101100100111100101000010 | b1b279b1b27942 |
UTF-8 | 渦y渦yB | 111001101011100010100110011110011110011010111000101001100111100101000010 | e6b8a679e6b8a67942 |
UHC | 渦y渦yB | 11101000101111100111100111101000101111100111100101000010 | e8be79e8be7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)