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 | 巐軸斜悉 | 1111101010110110100011101011001010001110110011101000111010111011 | fab68eb28ece8ebb |
EUC-JP | 巐軸斜悉 | 100011111011101111111001101111001011010010111100110100001011110010111101 | 8fbbf9bcb4bcd0bcbd |
UTF-8 | 巐軸斜悉 | 111001011011011110010000111010001011101110111000111001101001011010011100111001101000001010001001 | e5b790e8bbb8e6969ce68289 |
UHC | ?軸斜悉 | 00111111111101011110111011011110110110001110001111111010 | 3ff5eeded8e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)