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 | 錏幄娼蒟 | 1110011111111001100110111110100010001111101010011110010011100101 | e7f99be88fa9e4e5 |
EUC-JP | 錏幄娼蒟 | 1110111011111011110101101110101010111110101010111110100011100111 | eefbd6eabeabe8e7 |
UTF-8 | 錏幄娼蒟 | 111010011000110010001111111001011011100110000100111001011010100010111100111010001001001010011111 | e98c8fe5b984e5a8bce8929f |
UHC | ?幄娼? | 001111111110010011000001111100111101111000111111 | 3fe4c1f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)