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 | 岳????┿ | 1000101001111000001111110011111100111111001111111000010010111001 | 8a783f3f3f3f84b9 |
EUC-JP | 岳??瀣?┿ | 10110011110110010011111100111111100011111100100110110001001111111010100010111011 | b3d93f3f8fc9b13fa8bb |
UTF-8 | 岳묎낀瀣볩┿ | 111001011011001010110011111010111010110010001110111010111000001010000000111001111000000010100011111010111011001110101001111000101001010010111111 | e5b2b3ebac8eeb8280e780a3ebb3a9e294bf |
UHC | 岳묎낀瀣볩┿ | 111001001011111110010001111010101011001110100100111110101010111010010011111011111010011010111011 | e4bf91eab3a4faae93efa6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)