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 | 箋??僥?? | 1110001010110011001111110011111110011001010001100011111100111111 | e2b33f3f99463f3f |
EUC-JP | 箋??僥?? | 1110010010110101001111110011111111010001101001110011111100111111 | e4b53f3fd1a73f3f |
UTF-8 | 箋뺟댚僥쀥쳣 | 111001111010111010001011111010111011101010011111111010111000110010011010111001011000001110100101111011001000000010100101111011001011001110100011 | e7ae8bebba9feb8c9ae583a5ec80a5ecb3a3 |
UHC | 箋뺟댚僥쀥쳣 | 111011111010100010010101111001111000100010111110111010001110100110010111111001011010101110001001 | efa895e788bee8e997e5ab89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)