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 | 失尞爾 | 1111000010111110100011101011100011111010101010111000111010100010 | f0be8eb8faab8ea2 |
EUC-JP | ?失尞爾 | 0011111110111100101110101000111110111010111010111011110010100100 | 3fbcba8fbaebbca4 |
UTF-8 | 失尞爾 | 111011101000000110111101111001011010010010110001111001011011000010011110111001111000100010111110 | ee81bde5a4b1e5b09ee788be |
UHC | ?失?爾 | 001111111110001111110111001111111110110010110011 | 3fe3f73fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)