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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???俺?? | 00111111001111110011111110001001101101000011111100111111 | 3f3f3f89b43f3f |
EUC-JP | ??Ŧ俺?? | 001111110011111110001111101010011010111110110010101101100011111100111111 | 3f3f8fa9afb2b63f3f |
UTF-8 | 僚루Ŧ俺띄ㄶ | 1110111110100110101110111110101110100011101010001100010110100110111001001011111110111010111010111001110110000100111000111000010010110110 | efa6bbeba3a8c5a6e4bfbaeb9d84e384b6 |
UHC | 僚루Ŧ俺띄ㄶ | 111010001110100010110111111001111010100010101110111001011110111110110110111001111010010010100110 | e8e8b7e7a8aee5efb6e7a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)