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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?т?節℡ | 0011111110000100100001000011111110010000110111111000011110000100 | 3f84843f90df8784 |
EUC-JP | ?т?節? | 00111111101001111110010000111111110000001110000100111111 | 3fa7e43fc0e13f |
UTF-8 | 料т폒節℡ | 1110111110100110101111101101000110000010111011011000111110010010111001111010111110000000111000101000010010100001 | efa6bed182ed8f92e7af80e284a1 |
UHC | 料т폒節℡ | 11101000111101111010110011100100101111001001110011101111101111011010001011100101 | e8f7ace4bc9cefbda2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)