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 | 湿嫉湿式 | 1000111010111100100011101011100110001110101111001000111010101110 | 8ebc8eb98ebc8eae |
EUC-JP | 湿嫉湿式 | 1011110010111110101111001011101110111100101111101011110010110000 | bcbebcbbbcbebcb0 |
UTF-8 | 湿嫉湿式 | 111001101011100110111111111001011010101110001001111001101011100110111111111001011011110010001111 | e6b9bfe5ab89e6b9bfe5bc8f |
UHC | ?嫉?式 | 001111111111001011101100001111111110001111010010 | 3ff2ec3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)