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 | 昕鍄鮏昕 | 1111101011001111111001111111101111111100010000111111101011001111 | facfe7fbfc43facf |
EUC-JP | 昕鍄鮏昕 | 1000111111000001111111001110111011111101100011111110101011011011100011111100000111111100 | 8fc1fceefd8feadb8fc1fc |
UTF-8 | 昕鍄鮏昕 | 111001101001100010010101111010011000110110000100111010011010111010001111111001101001100010010101 | e69895e98d84e9ae8fe69895 |
UHC | 昕??昕 | 111111011101101000111111001111111111110111011010 | fdda3f3ffdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)