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 | 嗽?4而?? | 100110100111010100111111100000100101001110001110101001110011111100111111 | 9a753f82538ea73f3f |
EUC-JP | 嗽?4而?? | 110100111101011000111111101000111011010010111100101010010011111100111111 | d3d63fa3b4bca93f3f |
UTF-8 | 嗽녿4而╉닋 | 111001011001011110111101111010111000010110111111111011111011110010010100111010001000000010001100111000101001010110001001111010111000101110001011 | e597bdeb85bfefbc94e8808ce29589eb8b8b |
UHC | 嗽녿4而╉닋 | 111000011111010110000110111010111010001110110100111011001011101110100110111000111000100010010010 | e1f586eba3b4ecbba6e38892 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)