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 | 悟??鎰?? | 1000110011100101001111110011111111101000010011000011111100111111 | 8ce53f3fe84c3f3f |
EUC-JP | 悟??鎰?? | 1011100011100111001111110011111111101111101011010011111100111111 | b8e73f3fefad3f3f |
UTF-8 | 悟딆쉻鎰뤷럳 | 111001101000001010011111111010111001010010000110111011001000100110111011111010011000111010110000111010111010010010110111111010111001111110110011 | e6829feb9486ec89bbe98eb0eba4b7eb9fb3 |
UHC | 悟딆쉻鎰뤷럳 | 111001111111011010001010111011001001101010010001111011001111000010001111111001011000111010010011 | e7f68aec9a91ecf08fe58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)