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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?朞?パ?] | 0011111110011110010011010011111110000011011100000011111101011101 | 3f9e4d3f83703f5d |
EUC-JP | ?朞?パ?] | 0011111111011011101011100011111110100101110100010011111101011101 | 3fdbae3fa5d13f5d |
UTF-8 | 룶朞캀パ∼] | 11101011101000111011011011100110100111001001111011101100101110101000000011100011100000111001000111100010100010001011110001011101 | eba3b6e69c9eecba80e38391e288bc5d |
UHC | 룶朞캀パ∼] | 1000111110101011110100011010000110101111100011111010101111010001101000011010110101011101 | 8fabd1a1af8fabd1a1ad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)