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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??ュ?蔚B | 0011111100111111100000111000010100111111100010010101010101000010 | 3f3f83853f895542 |
EUC-JP | ??ュ?蔚B | 0011111100111111101001011110010100111111101100011011011001000010 | 3f3fa5e53fb1b642 |
UTF-8 | 룶殺ュ룫蔚B | 11101011101000111011011011101111101001011011000011100011100000111010010111101011101000111010101111101000100101001001101001000010 | eba3b6efa5b0e383a5eba3abe8949a42 |
UHC | 룶殺ュ룫蔚B | 1000111110101011111000011110110110101011111001011000111110100010111010101010010101000010 | 8fabe1edabe58fa2eaa542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)