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 | 悟??吟?? | 1000110011100101001111110011111110001011111000010011111100111111 | 8ce53f3f8be13f3f |
EUC-JP | 悟??吟?? | 1011100011100111001111110011111110110110111000110011111100111111 | b8e73f3fb6e33f3f |
UTF-8 | 悟뽯뗀吟뉑뤃 | 111001101000001010011111111010111011110110101111111010111001011110000000111001011001000010011111111010111000100110010001111010111010010010000011 | e6829febbdafeb9780e5909feb8991eba483 |
UHC | 悟뽯뗀吟뉑뤃 | 111001111111011010010110111010111011011010111110111010111110000110000111111001101000111110110100 | e7f696ebb6beebe187e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)