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 | 嵓竺妺耳 | 1111101010110000100011101011000111111010101001011000111010101000 | fab08eb1faa58ea8 |
EUC-JP | ?竺妺耳 | 0011111110111100101100111000111110111001101101111011110010101010 | 3fbcb38fb9b7bcaa |
UTF-8 | 嵓竺妺耳 | 111001011011010110010011111001111010101110111010111001011010011010111010111010001000000010110011 | e5b593e7abbae5a6bae880b3 |
UHC | ?竺?耳 | 001111111111010111100111001111111110110010111100 | 3ff5e73fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)