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 | ???宥?? | 00111111001111110011111110010111010001110011111100111111 | 3f3f3f97473f3f |
EUC-JP | ???宥?? | 00111111001111110011111111001101101010000011111100111111 | 3f3f3fcda83f3f |
UTF-8 | 力노뱢宥얏썣 | 111011111010011010001010111010111000010110111000111010111011000110100010111001011010111010100101111011001001011010001111111011001000110110100011 | efa68aeb85b8ebb1a2e5aea5ec968fec8da3 |
UHC | 力노뱢宥얏썣 | 111001101011001110110011111010111001001110001000111010101110100110111110111001101001101110010110 | e6b3b3eb9388eae9bee69b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)