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 | 荅j召矍 | 1110010010100111100000101000101010001111101000101110000111011101 | e4a7828a8fa2e1dd |
EUC-JP | 荅j召矍 | 1110100010101001101000111110101010111110101001001110001011011111 | e8a9a3eabea4e2df |
UTF-8 | 荅j召矍 | 111010001000110110000101111011111011110110001010111001011000111110101100111001111001111110001101 | e88d85efbd8ae58face79f8d |
UHC | ?j召? | 001111111010001111101010111000011010111100111111 | 3fa3eae1af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)